detached_test.php.svn-base

来自「PHP 知识管理系统(基于树结构的知识管理系统), 英文原版的PHP源码。」· SVN-BASE 代码 · 共 15 行

SVN-BASE
15
字号
<?php// $Id: detached_test.php 1505 2007-04-30 23:39:59Z lastcraft $require_once('../detached.php');require_once('../reporter.php');// The following URL will depend on your own installation.$command = 'php ' . dirname(__FILE__) . '/visual_test.php xml';$test = &new TestSuite('Remote tests');$test->addTestCase(new DetachedTestCase($command));if (SimpleReporter::inCli()) {    exit ($test->run(new TextReporter()) ? 0 : 1);}$test->run(new HtmlReporter());?>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?