예제 #1
0
 /**
  * @test
  */
 public function itShouldBeJavascript()
 {
     $crawler = $this->client->request('GET', 'buttons/loader.js');
     $response = $this->client->getResponse();
     $this->assertEquals('application/javascript', $response->headers->get('content-type'));
 }