Revert "Fix test related to DungleApiBundle. Remove some of them."

This reverts commit e66fb209b56e7937647fae39e64b6218efa62e1e.
This commit is contained in:
William Durand 2015-10-23 10:11:52 +02:00
parent 4b72190f4d
commit 0dc1bc4469
No known key found for this signature in database
GPG Key ID: A509BCF1C1274F3B
4 changed files with 6583 additions and 1036 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -31,8 +31,6 @@ class DunglasApiParserTest extends WebTestCase
public function testParser()
{
$this->markTestSkipped('Failing because of a change in DunglasApiBundle');
$container = $this->getContainer();
$parser = $container->get('nelmio_api_doc.parser.dunglas_api_parser');