Skip to content

Commit

Permalink
remove api-platform 2 dummy
Browse files Browse the repository at this point in the history
  • Loading branch information
DjordyKoert committed Oct 24, 2024
1 parent 347347b commit ccc9430
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 63 deletions.
60 changes: 0 additions & 60 deletions tests/Functional/EntityExcluded/ApiPlatform2/Dummy.php

This file was deleted.

4 changes: 1 addition & 3 deletions tests/Functional/TestKernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,7 @@ protected function configureContainer(ContainerBuilder $c, LoaderInterface $load

$c->loadFromExtension('api_platform', [
'mapping' => ['paths' => [
!class_exists(ApiProperty::class)
? '%kernel.project_dir%/tests/Functional/EntityExcluded/ApiPlatform3'
: '%kernel.project_dir%/tests/Functional/EntityExcluded/ApiPlatform2',
'%kernel.project_dir%/tests/Functional/EntityExcluded/ApiPlatform3'
]],
]);

Expand Down

0 comments on commit ccc9430

Please sign in to comment.