コード例 #1
0
ファイル: FieldTest.php プロジェクト: guiwoda/fluent
 public function test_ids_cannot_be_used_for_versioning()
 {
     $this->setExpectedException(MappingException::class);
     $this->field->primary()->useForVersioning()->build();
 }