Conditions | 1 |
Paths | 1 |
Total Lines | 4 |
Code Lines | 2 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
19 | public function testAccountCommandEditor() |
||
20 | { |
||
21 | $args = array( 'site' => 'unittest', 'email' => '[email protected]', '--password' => 'test', '--editor' => true ); |
||
22 | $this->assertEquals( 0, $this->artisan( 'aimeos:account', $args ) ); |
||
23 | } |
||
25 |