| Conditions | 1 |
| Paths | 1 |
| Total Lines | 4 |
| Code Lines | 2 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 26 | public function testAccountCommandEditor() |
||
| 27 | { |
||
| 28 | $args = array('site' => 'unittest', 'email' => '[email protected]', '--password' => 'test', '--editor' => true); |
||
| 29 | $this->assertEquals(0, $this->artisan('aimeos:account', $args)); |
||
| 30 | } |
||
| 32 |