File tree Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 9
9
10
10
before_install :
11
11
- travis_retry composer self-update
12
-
12
+ - travis_retry composer install --no-interaction --prefer-dist
13
13
script :
14
- # - phpunit --verbose tests/MockTest
14
+ - phpunit --verbose tests/MockTest
15
15
16
16
matrix :
17
17
allow_failures :
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
3
- <phpunit bootstrap =" tests/bootstrap .php" colors =" true" >
3
+ <phpunit bootstrap =" vendor/autoload .php" colors =" true" >
4
4
<testsuites >
5
5
<testsuite name =" Jira Rest API Test Suite" >
6
6
<directory >tests/</directory >
Original file line number Diff line number Diff line change @@ -19,9 +19,6 @@ public function testIssue()
19
19
20
20
print_r ($ issue ->fields ->versions [0 ]);
21
21
22
- //foreach ($issue->fields->comment->comments as $c) {
23
- // echo ("comment : " . $c->body . "\n");
24
- //}
25
22
} catch (HTTPException $ e ) {
26
23
$ this ->assertTrue (false , $ e ->getMessage ());
27
24
}
@@ -154,7 +151,6 @@ public function testTransition($issueKey)
154
151
$ this ->assertTrue (false , 'testTransition Failed : ' .$ e ->getMessage ());
155
152
}
156
153
}
157
- //
158
154
159
155
public function testSearch ()
160
156
{
@@ -168,5 +164,4 @@ public function testSearch()
168
164
$ this ->assertTrue (false , 'testSearch Failed : ' .$ e ->getMessage ());
169
165
}
170
166
}
171
-
172
167
}
You can’t perform that action at this time.
0 commit comments