diff --git a/src/AtolOnline/Api/Schemas/AtolSchema.php b/src/AtolOnline/Api/Schemas/AtolSchema.php deleted file mode 100644 index 5ff6c5c..0000000 --- a/src/AtolOnline/Api/Schemas/AtolSchema.php +++ /dev/null @@ -1,23 +0,0 @@ -assertIsObject(SellSchema::get()); - $this->assertJson(SellSchema::json()); - } - - /** - * Тестирует корректность работы объекта схемы документа - * коррекции прихода, коррекции расхода - */ - public function testCorrectionSchema() - { - $this->assertIsObject(CorrectionSchema::get()); - $this->assertJson(CorrectionSchema::json()); - } -}