Переработан Vat, покрыт тестами

This commit is contained in:
2021-11-28 00:58:05 +08:00
parent e0ff5a261a
commit a7205ff754
5 changed files with 174 additions and 180 deletions

View File

@@ -32,7 +32,7 @@ class ClientTest extends BasicTestCase
*/
public function testConstructorWithoutArgs(): void
{
$this->assertEquals('[]', (string)(new Client()));
$this->assertAtolable(new Client(), []);
}
/**