// +---------------------------------------------------------------------- namespace think; class appTest extends \PHPUnit_Framework_TestCase { public function testRun() { \think\App::run(); $this->expectOutputString('

:)

欢迎使用 ThinkPHP5

'); // todo... } }