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