File tree Expand file tree Collapse file tree 5 files changed +5
-28
lines changed Expand file tree Collapse file tree 5 files changed +5
-28
lines changed Original file line number Diff line number Diff line change 8
8
before_script :
9
9
- composer install --dev
10
10
11
- script : phpunit
11
+ script : phpunit --coverage-clover=clover.xml
12
12
13
13
after_script :
14
14
- wget https://scrutinizer-ci.com/ocular.phar
Original file line number Diff line number Diff line change 16
16
<directory suffix =" Test.php" >tests</directory >
17
17
</testsuite >
18
18
</testsuites >
19
- <logging >
20
- <log type =" coverage-clover" target =" ./clover.xml" />
21
- </logging >
22
19
</phpunit >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ public function testSameInstances()
49
49
50
50
/**
51
51
* @expectedException \Exception
52
- * @expectedExceptionMessage must returns an array
52
+ * @expectedExceptionMessage seems invalid
53
53
*/
54
54
public function testInvalidDataSet ()
55
55
{
@@ -59,7 +59,7 @@ public function testInvalidDataSet()
59
59
60
60
/**
61
61
* @expectedException \Exception
62
- * @expectedExceptionMessage Data at index
62
+ * @expectedExceptionMessage seems invalid
63
63
*/
64
64
public function testInvalidData ()
65
65
{
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ public function testSameInstances()
43
43
44
44
/**
45
45
* @expectedException \Exception
46
- * @expectedExceptionMessage must returns an array
46
+ * @expectedExceptionMessage seems invalid
47
47
*/
48
48
public function testInvalidDataSet ()
49
49
{
@@ -52,7 +52,7 @@ public function testInvalidDataSet()
52
52
53
53
/**
54
54
* @expectedException \Exception
55
- * @expectedExceptionMessage Data at index
55
+ * @expectedExceptionMessage seems invalid
56
56
*/
57
57
public function testInvalidData ()
58
58
{
You can’t perform that action at this time.
0 commit comments