| Total Complexity | 3 |
| Total Lines | 20 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 3 | class AccountCommandTest extends AimeosTestAbstract |
||
| 4 | { |
||
| 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 | } |
||
| 10 | |||
| 11 | |||
| 12 | public function testAccountCommandAdmin() |
||
| 16 | } |
||
| 17 | |||
| 18 | |||
| 19 | public function testAccountCommandEditor() |
||
| 25 |