Example #1
0
 public function testInjectMethods()
 {
     $this->assertEquals('it is red', $this->object->apple());
 }
Example #2
0
 public function testMake()
 {
     $this->assertEquals('red!!!', $this->object->apple());
 }