Remove silex support
Silex was abandoned 3 years ago, removing its support will allow to bump some dependencies.
This commit is contained in:
parent
df823d86eb
commit
2bed29ffbc
4 changed files with 10 additions and 27 deletions
|
|
@ -7,6 +7,13 @@ use Silex\Application;
|
|||
|
||||
class FFMpegServiceProviderTest extends TestCase
|
||||
{
|
||||
protected function setUp()
|
||||
{
|
||||
if (!class_exists('\Application\Silex')) {
|
||||
$this->markTestSkipped('You must have silex/silex installed.');
|
||||
}
|
||||
}
|
||||
|
||||
public function testWithConfig()
|
||||
{
|
||||
$app = new Application();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue