forked from wallabag/wallabag
Move fixtures out of src
This commit is contained in:
@ -12,6 +12,7 @@ return $config
|
||||
->addPathToScan(__DIR__ . '/migrations', false)
|
||||
->addPathToScan(__DIR__ . '/src', false)
|
||||
->addPathToScan(__DIR__ . '/web', false)
|
||||
->addPathToScan(__DIR__ . '/fixtures', true)
|
||||
->addPathToScan(__DIR__ . '/tests', true)
|
||||
->ignoreErrorsOnPackages([
|
||||
'babdev/pagerfanta-bundle',
|
||||
|
||||
Reference in New Issue
Block a user