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