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 11
11
syntaxCheck =" false"
12
12
bootstrap =" test/bootstrap.php"
13
13
>
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 >
19
19
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 >
25
31
</phpunit >
Original file line number Diff line number Diff line change 6
6
use Github \Exception \ApiLimitExceedException ;
7
7
use Github \Exception \RuntimeException ;
8
8
9
+ /**
10
+ * @group functional
11
+ */
9
12
class TestCase extends \PHPUnit_Framework_TestCase
10
13
{
11
14
protected $ client ;
You can’t perform that action at this time.
0 commit comments