<?php

require_once 'vendor/autoload.php';
\AppZap\PHPFramework\Bootstrap::bootstrap();
Example #2
0
 /**
  * @test
  */
 public function index()
 {
     Bootstrap::bootstrap('testapp');
 }