assertIsObject(SellSchema::get()); $this->assertJson(SellSchema::json()); } /** * Тестирует корректность работы объекта схемы документа * коррекции прихода, коррекции расхода */ public function testCorrectionSchema() { $this->assertIsObject(CorrectionSchema::get()); $this->assertJson(CorrectionSchema::json()); } }