for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
include_once __DIR__ . '/WebTestCase.php';
/**
* Tests for php files in the 'extras' directory.
*/
class ExtraFilesTest extends PhpXmlRpc_WebTestCase
{
public function testBenchmark()
$page = $this->request('?extras=benchmark.php');
$page
}
public function testVerifyCompat()
$page = $this->request('?extras=verify_compat.php');
public function testVarDemo()
$page = $this->request('?demo=vardemo.php');