Example #1
0
 public function testRenderAttributesWithOut()
 {
     $obj = new MockProperty('id');
     $this->assertEquals('', $obj->fakeAttributes());
 }