@@ -48,14 +48,16 @@ public function testGetOptions()
48
48
$ this ->assertInstanceOf ('Magento\Framework\Setup\Option\TextConfigOption ' , $ options [5 ]);
49
49
$ this ->assertSame ('Database server username ' , $ options [5 ]->getDescription ());
50
50
$ this ->assertInstanceOf ('Magento\Framework\Setup\Option\TextConfigOption ' , $ options [6 ]);
51
- $ this ->assertSame ('Database server password ' , $ options [6 ]->getDescription ());
51
+ $ this ->assertSame ('Database server engine ' , $ options [6 ]->getDescription ());
52
52
$ this ->assertInstanceOf ('Magento\Framework\Setup\Option\TextConfigOption ' , $ options [7 ]);
53
- $ this ->assertSame ('Database table prefix ' , $ options [7 ]->getDescription ());
53
+ $ this ->assertSame ('Database server password ' , $ options [7 ]->getDescription ());
54
54
$ this ->assertInstanceOf ('Magento\Framework\Setup\Option\TextConfigOption ' , $ options [8 ]);
55
- $ this ->assertSame ('Database type ' , $ options [8 ]->getDescription ());
55
+ $ this ->assertSame ('Database table prefix ' , $ options [8 ]->getDescription ());
56
56
$ this ->assertInstanceOf ('Magento\Framework\Setup\Option\TextConfigOption ' , $ options [9 ]);
57
- $ this ->assertSame ('Database initial set of commands ' , $ options [9 ]->getDescription ());
58
- $ this ->assertEquals (10 , count ($ options ));
57
+ $ this ->assertSame ('Database type ' , $ options [9 ]->getDescription ());
58
+ $ this ->assertInstanceOf ('Magento\Framework\Setup\Option\TextConfigOption ' , $ options [10 ]);
59
+ $ this ->assertSame ('Database initial set of commands ' , $ options [10 ]->getDescription ());
60
+ $ this ->assertEquals (11 , count ($ options ));
59
61
}
60
62
61
63
public function testCreateOptions ()
0 commit comments