Example #1
0
 /**
  * @covers ::__call
  */
 function testCallForModel()
 {
     $this->assertEquals('foo', $this->_sut->bar());
 }