Merge pull request #3137 from aaa2000/isolated-tests

Isolated tests
This commit is contained in:
Jérémy Benoist
2017-06-01 07:58:17 +02:00
committed by GitHub
23 changed files with 464 additions and 284 deletions

View File

@ -95,6 +95,7 @@ class ImportCommandTest extends WallabagCoreTestCase
'username' => 1,
'filepath' => $application->getKernel()->getContainer()->getParameter('kernel.root_dir').'/../tests/Wallabag/ImportBundle/fixtures/wallabag-v2-read.json',
'--useUserId' => true,
'--importer' => 'v2',
]);
}
}