Skip to content

Commit

Permalink
Removed testing config
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 18, 2022
1 parent 50b8bbd commit 77e29f6
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/DI/DevicesModuleExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -556,10 +556,6 @@ public function beforeCompile(): void
'addPaths',
[[__DIR__ . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . 'Entities']],
);
$ormAnnotationDriverService->addSetup(
'addPaths',
[[__DIR__ . '/../../tests/fixtures/dummy']],
);
}

$ormAnnotationDriverChainService = $builder->getDefinitionByType(
Expand All @@ -571,10 +567,6 @@ public function beforeCompile(): void
$ormAnnotationDriverService,
'FastyBird\DevicesModule\Entities',
]);
$ormAnnotationDriverChainService->addSetup('addDriver', [
$ormAnnotationDriverService,
'FastyBird\DevicesModule\Tests\Fixtures\Dummy',
]);
}

/**
Expand Down

0 comments on commit 77e29f6

Please sign in to comment.