File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <phpunit bootstrap =" ./vendor/autoload.php" colors =" true" >
2
+ <phpunit bootstrap =" ./vendor/autoload.php" colors =" true" strict = " true " >
3
3
4
4
<testsuites >
5
5
<testsuite name =" OpenStack" >
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ public function setUp()
28
28
29
29
$ this ->def = [
30
30
'method ' => 'GET ' ,
31
- 'path ' => 'test ' ,
31
+ 'path ' => 'test ' ,
32
32
'params ' => [],
33
33
];
34
34
@@ -49,7 +49,7 @@ public function test_it_sends_a_request_when_operations_are_executed()
49
49
50
50
$ this ->operator ->execute ($ this ->def , []);
51
51
52
- self :: assertTrue ( true );
52
+ $ this -> addToAssertionCount ( 1 );
53
53
}
54
54
55
55
public function test_it_sends_a_request_when_async_operations_are_executed ()
@@ -58,7 +58,7 @@ public function test_it_sends_a_request_when_async_operations_are_executed()
58
58
59
59
$ this ->operator ->executeAsync ($ this ->def , []);
60
60
61
- self :: assertTrue ( true );
61
+ $ this -> addToAssertionCount ( 1 );
62
62
}
63
63
64
64
public function test_it_wraps_sequential_ops_in_promise_when_async_is_appended_to_method_name ()
You can’t perform that action at this time.
0 commit comments