mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-10 11:33:17 +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
|
|
{
|
|
|
|
}
|