Fix all tests.

This commit is contained in:
James Cole
2018-03-24 06:08:50 +01:00
parent 3e22c9860e
commit dafddfa39a
72 changed files with 746 additions and 119 deletions

View File

@@ -47,7 +47,7 @@ class UpdateControllerTest extends TestCase
public function setUp()
{
parent::setUp();
Log::debug('Now in Feature/Controllers/Admin/UpdateControllerTest.');
Log::debug(sprintf('Now in %s.', get_class($this)));
}
/**