Skip to content

Commit

Permalink
Removed unused config
Browse files Browse the repository at this point in the history
  • Loading branch information
akadlec committed Feb 8, 2024
1 parent 3c1cd41 commit 9216fb1
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions tests/common.neon
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,9 @@ php:
date.timezone: Europe/Prague

extensions:
nettrineAnnotations : Nettrine\Annotations\DI\AnnotationsExtension
nettrineCache : Nettrine\Cache\DI\CacheExtension
nettrineDbal : Nettrine\DBAL\DI\DbalExtension
nettrineOrm : Nettrine\ORM\DI\OrmExtension
nettrineOrmAnnotations : Nettrine\ORM\DI\OrmAnnotationsExtension
nettrineOrmAttributes : Nettrine\ORM\DI\OrmAttributesExtension
nettrineOrmConsole : Nettrine\ORM\DI\OrmConsoleExtension
nettrineOrmCache : Nettrine\ORM\DI\OrmCacheExtension
Expand All @@ -31,11 +29,7 @@ services:
decorator:
Doctrine\Persistence\Mapping\Driver\MappingDriverChain:
setup:
- addDriver(@nettrineOrmAnnotations.annotationDriver, 'FastyBird\SimpleAuth\Tests\Fixtures\Entities')
- addDriver(@nettrineOrmAttributes.attributeDriver, 'FastyBird\SimpleAuth\Tests\Fixtures\Entities')
Doctrine\ORM\Mapping\Driver\AnnotationDriver:
setup:
- addPaths([%appDir%tests/fixtures/Entities])
Doctrine\ORM\Mapping\Driver\AttributeDriver:
setup:
- addPaths([%appDir%tests/fixtures/Entities])
Expand All @@ -54,16 +48,10 @@ nettrineDbal:
typesMapping:
uuid_binary: binary

nettrineAnnotations:
debug: %debugMode%

nettrineOrm:
configuration:
proxyDir: %tempDir%/cache/doctrine.proxies

nettrineOrmAnnotations:
mapping: []

nettrineOrmAttributes:
mapping: [
Tests\Fixtures: %appDir%tests/fixtures
Expand Down

0 comments on commit 9216fb1

Please sign in to comment.