Replace activity types and activity type categories models (#1556)
This PR adds the first step towards supporting custom activity types and custom activity type categories.
This commit is contained in:
@@ -40,7 +40,7 @@ class UpdateCommandTest extends TestCase
|
||||
$this->assertCommandContains($commandExecutor->buffer[7], 'Maintenance mode: off', 'php artisan up');
|
||||
}
|
||||
|
||||
public function assertCommandContains($array, $message, $command)
|
||||
private function assertCommandContains($array, $message, $command)
|
||||
{
|
||||
$this->assertContains($message, $array['message']);
|
||||
$this->assertContains($command, $array['command']);
|
||||
|
||||
Reference in New Issue
Block a user