Example #1
0
 public function testRoutes()
 {
     $app = new \Slim\App();
     $boot = new \Aimeos\Slim\Bootstrap($app, array());
     $result = $boot->routes(dirname(__DIR__) . '/src/aimeos-routes.php');
     $this->assertInstanceOf('\\Aimeos\\Slim\\Bootstrap', $result);
 }