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