File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 44
55namespace MakinaCorpus \DbToolsBundle \Tests \Functional \Command ;
66
7- use MakinaCorpus \DbToolsBundle \Test \FunctionalKernelTestCase ;
8- use Symfony \Bundle \FrameworkBundle \Console \Application ;
9- use Symfony \Component \Console \Tester \CommandTester ;
107use MakinaCorpus \DbToolsBundle \Command \RestoreCommand ;
118use MakinaCorpus \DbToolsBundle \Restorer \AbstractRestorer ;
129use MakinaCorpus \DbToolsBundle \Restorer \RestorerFactory ;
1310use MakinaCorpus \DbToolsBundle \Storage \Storage ;
11+ use MakinaCorpus \DbToolsBundle \Test \FunctionalKernelTestCase ;
1412use PHPUnit \Framework \TestCase ;
13+ use Symfony \Bundle \FrameworkBundle \Console \Application ;
14+ use Symfony \Component \Console \Tester \CommandTester ;
1515
1616class RestoreCommandTest extends FunctionalKernelTestCase
1717{
@@ -33,9 +33,10 @@ public function testExecute(): void
3333 }
3434
3535 /**
36- * Creates a command tester with mocked dependencies for listBackups method
36+ * Creates a command tester with mocked dependencies for listBackups method.
3737 *
38- * @param array $backupFiles List of backup files to be returned by storage
38+ * @param array $backupFiles
39+ * List of backup files to be returned by storage.
3940 */
4041 private function createCommandTester (array $ backupFiles = []): CommandTester
4142 {
You can’t perform that action at this time.
0 commit comments