File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1717 fail-fast : false
1818 matrix :
1919 operating-system : [macos-latest]
20- php-versions : ['7.3 ']
20+ php-versions : ['7.2', '7.3', '7.4 ']
2121
2222 steps :
2323 - name : Checkout
5555 - name : Install dependencies
5656 run : composer update
5757 - name : Test with phpunit
58- run : vendor/bin/phpunit --coverage-clover=coverage.xml
58+ run : ./ vendor/bin/phpunit
5959 - name : Submit code coverage
6060 uses : codecov/codecov-action@v1
6161 with :
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ public function testSelect()
9090 $ this ->assertTrue ($ result );
9191
9292 $ this ->errors = array ();
93- // set_error_handler(array($this, 'errorHandler'));
93+ set_error_handler (array ($ this , 'errorHandler ' ));
9494 $ this ->assertTrue ($ this ->object ->select ('' ));
9595 $ this ->object ->disconnect ();
9696 $ this ->assertFalse ($ this ->object ->select ('notest ' ));
You can’t perform that action at this time.
0 commit comments