mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-12 20:43:25 +00:00
11 lines
204 B
PHP
11 lines
204 B
PHP
<?php
|
|
|
|
use Silex\WebTestCase;
|
|
use Symfony\Component\HttpKernel\Client;
|
|
use Symfony\Component\HttpFoundation\Response;
|
|
|
|
abstract class PhraseanetWebTestCaseAbstract extends \PhraseanetPHPUnitAbstract
|
|
{
|
|
|
|
}
|