prepareForTests(); } /** * Migrate the database */ private function prepareForTests() { Artisan::call('migrate'); } /** * Test accounts */ public function testJournal() { $this->assertTrue(true); } }