| Conditions | 1 |
| Paths | 1 |
| Total Lines | 4 |
| Code Lines | 2 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 5 | public function testAccountCommandNew() |
||
| 6 | { |
||
| 7 | $args = array('site' => 'unittest', 'email' => '[email protected]', '--password' => 'test'); |
||
| 8 | $this->assertEquals(0, $this->artisan('aimeos:account', $args)); |
||
| 9 | } |
||
| 32 |