File tree Expand file tree Collapse file tree 2 files changed +5
-13
lines changed Expand file tree Collapse file tree 2 files changed +5
-13
lines changed Original file line number Diff line number Diff line change 13
13
],
14
14
"require" : {
15
15
"php" : " >=5.6" ,
16
- "squizlabs/php_codesniffer" : " ^3.4.2 "
16
+ "squizlabs/php_codesniffer" : " ^3.5.0 "
17
17
},
18
18
"require-dev" : {
19
19
},
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <phpunit
3
- colors=" true"
4
- processIsolation=" false"
5
- stopOnFailure=" false"
6
- bootstrap=" ./tests/bootstrap.php"
7
- >
2
+ <phpunit bootstrap =" tests/bootstrap.php" >
8
3
<php >
9
4
<ini name =" memory_limit" value =" -1" />
10
5
<ini name =" apc.enable_cli" value =" 1" />
11
6
</php >
12
7
13
8
<!-- Add any additional test suites you want to run here -->
14
9
<testsuites >
15
- <testsuite name =" Sniffer Test Suite " >
16
- <directory >./ tests/Sniffs</directory >
10
+ <testsuite name =" psr2r " >
11
+ <directory >tests/Sniffs/ </directory >
17
12
</testsuite >
18
13
<testsuite name =" Extension of PHP_CodeSniffer Test Suite" >
19
14
<file >tests/AllTests.php</file >
23
18
24
19
<filter >
25
20
<whitelist processUncoveredFilesFromWhitelist =" true" >
26
- <directory >./ PSR2R</directory >
21
+ <directory >PSR2R/ </directory >
27
22
</whitelist >
28
- <blacklist >
29
- <directory >./vendor</directory >
30
- </blacklist >
31
23
</filter >
32
24
33
25
</phpunit >
You can’t perform that action at this time.
0 commit comments