File tree Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Original file line number Diff line number Diff line change 1212before_script :
1313 - composer require symfony/symfony:${SYMFONY_VERSION}
1414
15+ script : phpunit
16+
1517matrix :
1618 allow_failures :
1719 - env : SYMFONY_VERSION=dev-master
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+
3+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4+ xsi : noNamespaceSchemaLocation =" http://schema.phpunit.de/4.1/phpunit.xsd"
5+ backupGlobals =" false"
6+ colors =" true"
7+ bootstrap =" vendor/autoload.php"
8+ >
9+ <php >
10+ <ini name =" error_reporting" value =" -1" />
11+ </php >
12+
13+ <testsuites >
14+ <testsuite name =" Harmony Modular Routing Bundle Test Suite" >
15+ <directory >./Tests/</directory >
16+ </testsuite >
17+ </testsuites >
18+
19+ <filter >
20+ <whitelist >
21+ <directory >./</directory >
22+ <exclude >
23+ <directory >./Tests</directory >
24+ <directory >./vendor</directory >
25+ </exclude >
26+ </whitelist >
27+ </filter >
28+ </phpunit >
You can’t perform that action at this time.
0 commit comments