Start names of special directories with dot

BaseTestCase - add setter for path of directory with data used by test cases
This commit is contained in:
Meritoo
2017-10-17 20:49:13 +02:00
parent 70c273750d
commit 71e1eeb81b
11 changed files with 38 additions and 21 deletions

View File

@@ -30,6 +30,6 @@
</groups>
<logging>
<log type="coverage-html" target="./build/logs/phpunit_coverage/html" />
<log type="coverage-html" target="./.build/logs/phpunit_coverage/html" />
</logging>
</phpunit>