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 4
4
5
5
namespace MakinaCorpus \DbToolsBundle \Tests \Functional \Command ;
6
6
7
- use MakinaCorpus \DbToolsBundle \Test \FunctionalKernelTestCase ;
8
- use Symfony \Bundle \FrameworkBundle \Console \Application ;
9
- use Symfony \Component \Console \Tester \CommandTester ;
10
7
use MakinaCorpus \DbToolsBundle \Command \RestoreCommand ;
11
8
use MakinaCorpus \DbToolsBundle \Restorer \AbstractRestorer ;
12
9
use MakinaCorpus \DbToolsBundle \Restorer \RestorerFactory ;
13
10
use MakinaCorpus \DbToolsBundle \Storage \Storage ;
11
+ use MakinaCorpus \DbToolsBundle \Test \FunctionalKernelTestCase ;
14
12
use PHPUnit \Framework \TestCase ;
13
+ use Symfony \Bundle \FrameworkBundle \Console \Application ;
14
+ use Symfony \Component \Console \Tester \CommandTester ;
15
15
16
16
class RestoreCommandTest extends FunctionalKernelTestCase
17
17
{
@@ -33,9 +33,10 @@ public function testExecute(): void
33
33
}
34
34
35
35
/**
36
- * Creates a command tester with mocked dependencies for listBackups method
36
+ * Creates a command tester with mocked dependencies for listBackups method.
37
37
*
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.
39
40
*/
40
41
private function createCommandTester (array $ backupFiles = []): CommandTester
41
42
{
You can’t perform that action at this time.
0 commit comments