fix parameter for ApiCommand::getCustomerData()

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2018-03-12 10:57:31 +01:00
parent c920bf6a63
commit ff611fa8dc
10 changed files with 16 additions and 8 deletions

View File

@@ -3,6 +3,7 @@ use PHPUnit\Framework\TestCase;
/**
* @covers ApiCommand
* @covers ApiParameter
* @covers Customers
*/
class CustomersTest extends TestCase