logger->info("\033[1;34mStarting test... get organization profile by ID\033[0m"); $this->loginAs($this->user); $this->get('/api/organization_profiles/1'); $this->assertResponseStatusCodeSame(200); $this->logger->info("\033[1;32mTest 'get organization profile by ID' succeeded\033[0m"); } }