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 88before_script :
99 - composer install --dev
1010
11- script : phpunit
11+ script : phpunit --coverage-clover=clover.xml
1212
1313after_script :
1414 - wget https://scrutinizer-ci.com/ocular.phar
Original file line number Diff line number Diff line change 1616 <directory suffix =" Test.php" >tests</directory >
1717 </testsuite >
1818 </testsuites >
19- <logging >
20- <log type =" coverage-clover" target =" ./clover.xml" />
21- </logging >
2219</phpunit >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ public function testSameInstances()
4949
5050 /**
5151 * @expectedException \Exception
52- * @expectedExceptionMessage must returns an array
52+ * @expectedExceptionMessage seems invalid
5353 */
5454 public function testInvalidDataSet ()
5555 {
@@ -59,7 +59,7 @@ public function testInvalidDataSet()
5959
6060 /**
6161 * @expectedException \Exception
62- * @expectedExceptionMessage Data at index
62+ * @expectedExceptionMessage seems invalid
6363 */
6464 public function testInvalidData ()
6565 {
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ public function testSameInstances()
4343
4444 /**
4545 * @expectedException \Exception
46- * @expectedExceptionMessage must returns an array
46+ * @expectedExceptionMessage seems invalid
4747 */
4848 public function testInvalidDataSet ()
4949 {
@@ -52,7 +52,7 @@ public function testInvalidDataSet()
5252
5353 /**
5454 * @expectedException \Exception
55- * @expectedExceptionMessage Data at index
55+ * @expectedExceptionMessage seems invalid
5656 */
5757 public function testInvalidData ()
5858 {
You can’t perform that action at this time.
0 commit comments