/** * @test */ public function itHasAProfile() { $drupal = new Drupal('/foo/bar', 'http://localhost/', 'standard'); $this->assertSame('standard', $drupal->getProfile()); }