mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-04-06 07:13:31 +03:00
Moved test classes to better locations
This commit is contained in:
parent
6d8796f9c6
commit
37bf987688
2 changed files with 6 additions and 2 deletions
|
@ -9,7 +9,9 @@
|
|||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
namespace Nelmio\ApiDocBundle\Tests;
|
||||
namespace Nelmio\ApiDocBundle\Tests\Extractor;
|
||||
|
||||
use Nelmio\ApiDocBundle\Tests\WebTestCase;
|
||||
|
||||
class ApiDocExtractorTest extends WebTestCase
|
||||
{
|
|
@ -9,7 +9,9 @@
|
|||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
namespace Nelmio\ApiDocBundle\Tests;
|
||||
namespace Nelmio\ApiDocBundle\Tests\Formatter;
|
||||
|
||||
use Nelmio\ApiDocBundle\Tests\WebTestCase;
|
||||
|
||||
class SimpleFormatterTest extends WebTestCase
|
||||
{
|
Loading…
Add table
Reference in a new issue