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:
Régis Freyd
2018-07-14 08:25:31 -04:00
committed by GitHub
parent 23a84a9dfa
commit b4ec3d96ca
42 changed files with 1421 additions and 240 deletions
+1 -1
View File
@@ -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']);