Can tests for BaseUniqueObject

This commit is contained in:
Pierre HUBERT
2018-07-12 14:10:41 +02:00
parent a6021aeffc
commit 3d297a01f5
2 changed files with 20 additions and 1 deletions

View File

@ -12,5 +12,4 @@ class APIClientTest extends TestCase {
$client->set_token("token");
$this->assertEquals(TRUE, $client->has_token());
}
}