Tests > implement PHPUnit (instead of Codeception)

This commit is contained in:
Meritoo
2018-06-07 20:51:55 +02:00
parent 8a6262a8c3
commit c351ce887a
8 changed files with 64 additions and 28 deletions

7
.gitignore vendored
View File

@@ -23,6 +23,12 @@
/phing/properties
# ----------------------------------------------------------------------------------------------------------------------
### PHPUnit
# ----------------------------------------------------------------------------------------------------------------------
/phpunit.xml
# ----------------------------------------------------------------------------------------------------------------------
### PHP Coding Standards Fixer generated files
# ----------------------------------------------------------------------------------------------------------------------
@@ -70,7 +76,6 @@
### NetBeans template
# ----------------------------------------------------------------------------------------------------------------------
nbproject/private/
build/
nbbuild/
dist/
nbdist/