Fix tests

This commit is contained in:
Nicolas Le Goff
2014-12-02 18:09:33 +01:00
parent 2ed2e5ec10
commit 34ef9079ef
2 changed files with 1 additions and 3 deletions

View File

@@ -37,7 +37,6 @@ class ServeFileResponseFactoryTest extends \PhraseanetWebTestCaseAbstract
$response = $this->factory->deliverFile(__DIR__ . '/../../../../files/cestlafete.jpg', 'hello', 'attachment', 'application/json', 23456);
$this->assertEquals(23456, $response->getMaxAge());
$this->assertTrue($response->headers->getCacheControlDirective('private'));
}
public function testDeliverFileWithFilename()