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