diff --git a/composer.json b/composer.json index a4d3a15..ca1608d 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,7 @@ "@docs" ], "format": "./vendor/bin/php-cs-fixer fix", - "test": "./vendor/bin/phpunit tests", + "test": "./vendor/bin/phpunit", "phpmd": "./vendor/bin/phpmd ./src text cleancode,codesize,controversial,design,naming,unusedcode", "phpcs": "./vendor/bin/phpcs --standard=PSR2 src/", "docs": "apigen generate src --destination docs" diff --git a/phpunit.xml b/phpunit.xml index 11cbc62..738f672 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,16 +1,14 @@ - + - - ./src - - ./tests/ + ./tests/ + ./tests/BaseTest.php @@ -19,4 +17,9 @@ + + + ./src + + diff --git a/phpunit.xml.bak b/phpunit.xml.bak deleted file mode 100644 index 39855f0..0000000 --- a/phpunit.xml.bak +++ /dev/null @@ -1,30 +0,0 @@ - - - - - ./tests/ - - - - - ignore - - - - - ./src - - - - - - diff --git a/tests/bootstrap.php b/tests/bootstrap.php deleted file mode 100644 index e38f3d2..0000000 --- a/tests/bootstrap.php +++ /dev/null @@ -1,3 +0,0 @@ -