예제 #1
0
 public function testHasInstanceIsTrue()
 {
     $this->app->getView();
     $this->assertTrue($this->app->hasInstance('view'));
 }