コード例 #1
0
ファイル: SchemaTest.php プロジェクト: php-opencloud/common
 public function test_it_gets_errors()
 {
     $this->validator->getErrors()->shouldBeCalled()->willReturn([]);
     $this->assertEquals([], $this->schema->getErrors());
 }