Example #1
0
 public function test__toString()
 {
     // Should return the attribute
     $definition = new Src\Definition(array('attribute' => 'attribute', 'key' => 'key', 'accessor' => 'accessor', 'mutator' => 'mutator'));
     $this->assert->string($definition->__toString())->isEqualTo('attribute');
 }