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

6
.gitignore vendored
View File

@@ -14,7 +14,7 @@
# ----------------------------------------------------------------------------------------------------------------------
### Phing
# ----------------------------------------------------------------------------------------------------------------------
/phing/properties
/.phing/properties
# ----------------------------------------------------------------------------------------------------------------------
@@ -32,13 +32,13 @@
# ----------------------------------------------------------------------------------------------------------------------
### Build files
# ----------------------------------------------------------------------------------------------------------------------
/build/
/.build/
# ----------------------------------------------------------------------------------------------------------------------
### Generated databases
# ----------------------------------------------------------------------------------------------------------------------
/data/tmp
/.data/tmp
*.sql
*.sqlite