File tree Expand file tree Collapse file tree 2 files changed +19
-10
lines changed
test/Github/Tests/Functional Expand file tree Collapse file tree 2 files changed +19
-10
lines changed Original file line number Diff line number Diff line change 1111 syntaxCheck =" false"
1212 bootstrap =" test/bootstrap.php"
1313>
14- <testsuites >
15- <testsuite name =" php-github-api Test Suite" >
16- <directory >./test/Github/</directory >
17- </testsuite >
18- </testsuites >
14+ <testsuites >
15+ <testsuite name =" php-github-api Test Suite" >
16+ <directory >./test/Github/</directory >
17+ </testsuite >
18+ </testsuites >
1919
20- <filter >
21- <whitelist >
22- <directory suffix =" .php" >./lib/Github/</directory >
23- </whitelist >
24- </filter >
20+ <groups >
21+ <exclude >
22+ <group >functional</group >
23+ </exclude >
24+ </groups >
25+
26+ <filter >
27+ <whitelist >
28+ <directory suffix =" .php" >./lib/Github/</directory >
29+ </whitelist >
30+ </filter >
2531</phpunit >
Original file line number Diff line number Diff line change 66use Github \Exception \ApiLimitExceedException ;
77use Github \Exception \RuntimeException ;
88
9+ /**
10+ * @group functional
11+ */
912class TestCase extends \PHPUnit_Framework_TestCase
1013{
1114 protected $ client ;
You can’t perform that action at this time.
0 commit comments