File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -71,6 +71,7 @@ notification:
71
71
|---------------|------------------------------------------------------------------------------------------------------------------|------------|----------|---------|
72
72
| root | The root folder where your tests are. ` testomatic` will watch into this folder and every subfolders recursively. | string | yes | *empty* |
73
73
| regex | Every filename matching this regex will be watched. | string | yes | *empty* |
74
+ | ignore | Fields or folder you want to ignore (vendor for example) | array | no | *empty* |
74
75
| ignore_hidden | Any files or folders beginning by a point `.` won't be watched | boolean | no | `false` |
75
76
76
77
# ## command
Original file line number Diff line number Diff line change 2
2
watch :
3
3
root : src/Tests/
4
4
regex : " Test.php"
5
+ ignore :
6
+ - src/Tests/_cache
7
+ - src/Tests/_fixtures
5
8
ignore_hidden : true
6
9
command :
7
10
bin : bin/phpunit
You can’t perform that action at this time.
0 commit comments