Example #1
0
 public function testPassingNoArgsReturnsHelperInstance()
 {
     $test = $this->helper->direct();
     $this->assertSame($this->helper, $test);
 }