Example #1
0
 public function testCanGetResources()
 {
     $_SERVER['REQUEST_METHOD'] = 'GET';
     $a = new Application(new Config(__DIR__));
     $this->assertInstanceOf('Barberry\\Resources', $a->resources());
 }