예제 #1
0
파일: TestPackage.php 프로젝트: laradic/dev
<?php

# place in base_path
# adjust classpath to match the script u want to run
$classPath = 'Laradic\\Tests\\Docs\\TestPackage';
require_once __DIR__ . '/vendor/laradic/dev/stub/Booter.php';
$tempdir = __DIR__ . '/_test';
$app = Booter::create(__DIR__, $tempdir);
new $classPath($app);