Skip to content

Commit

Permalink
CS
Browse files Browse the repository at this point in the history
  • Loading branch information
Toflar committed Apr 7, 2019
1 parent 4a96ea7 commit 64a17c7
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@
use ApiPlatform\Core\Tests\Fixtures\TestBundle\TestBundle;
use ApiPlatform\Core\Validator\ValidatorInterface;
use Doctrine\Bundle\DoctrineBundle\DoctrineBundle;
use Doctrine\Bundle\MongoDBBundle\DoctrineMongoDBBundle;
use Doctrine\ORM\OptimisticLockException;
use FOS\UserBundle\FOSUserBundle;
use Nelmio\ApiDocBundle\NelmioApiDocBundle;
Expand Down Expand Up @@ -411,7 +410,7 @@ public function testAddResourceClassDirectories()
$containerBuilder = $containerBuilderProphecy->reveal();

$config = self::DEFAULT_CONFIG;
$config['api_platform']['resource_class_directories']= ['foobar'];
$config['api_platform']['resource_class_directories'] = ['foobar'];

$this->extension->load($config, $containerBuilder);
}
Expand Down

0 comments on commit 64a17c7

Please sign in to comment.