Try to fix travis

This commit is contained in:
Fran Moreno 2021-06-23 21:45:48 +02:00
commit aa99de9902
No known key found for this signature in database
GPG key ID: 52DAC484FEA02B0C

View file

@ -10,7 +10,7 @@ class FFMpegServiceProviderTest extends TestCase
protected function setUp()
{
if (!class_exists('\Application\Silex')) {
$this->markTestSkipped('You must have silex/silex installed.');
$this->markTestSkipped('You MUST have silex/silex installed.');
}
}