Browse Source

Make all tests passed

pull/32/head
Nafies Luthfi 7 years ago
parent
commit
2f90b5a33f
  1. 2
      tests/TestCase.php

2
tests/TestCase.php

@ -33,7 +33,7 @@ abstract class TestCase extends BaseTestCase
return $user;
}
protected function assertFileExistsThenDelete($filePath, $message = null)
protected function assertFileExistsThenDelete($filePath, $message = '')
{
$this->assertTrue(file_exists($filePath), $message);

Loading…
Cancel
Save