Example #1
0
 public function testGetRoutesIsArray()
 {
     $routes = Config::getRoutes();
     $this->assertTrue(is_array($routes));
 }