示例#1
0
 /** @test */
 public function it_can_create_a_new_entity_model()
 {
     $value = new Value();
     $this->assertInstanceOf('Cartalyst\\Attributes\\Value', $value->newEntityModel());
 }