// flags: ELLIPSIS
'@php_dir@/tests/Testing_DocTest' : 'Testing';
$doctest->run(array
($base .
'/tests'));
// expects:
// [PASS] file level test in file "[...]test1.php"
// [PASS] my test for class Foo in file "[...]test1.php"
// [PASS] my test for method Foo::testString in file "[...]test1.php"
// [PASS] method Foo::testBool in file "[...]test1.php"
// [PASS] method Foo::testInt in file "[...]test1.php"
// [PASS] method Foo::testFloat in file "[...]test1.php"
// [PASS] method Foo::testArray in file "[...]test1.php"
// [PASS] method Foo::testObject in file "[...]test1.php"
// [PASS] method Foo::testResource in file "[...]test1.php"
// [PASS] method Foo::testException in file "[...]test1.php"
// [PASS] method Foo::testNull in file "[...]test1.php"
// [PASS] method Foo::testError in file "[...]test1.php"
// [PASS] method Foo::testError in file "[...]test1.php"
// [PASS] method Foo::testError in file "[...]test1.php"
// [PASS] method Foo::testError in file "[...]test1.php"
// [PASS] function testFlags in file "[...]test1.php"
// [PASS] function testFlags in file "[...]test1.php"
// [SKIP] function testFlags in file "[...]test1.php"
// [PASS] function testFlags in file "[...]test1.php"
// [PASS] function multiply in file "[...]test1.php"
// [PASS] function testArray in file "[...]test1.php"
// [PASS] function testArray in file "[...]test1.php"
// [PASS] function testString in file "[...]test1.php"
// [PASS] function testString in file "[...]test1.php"
//
// Total time : [...] sec.
// Passed tests : 23
// Skipped tests : 1
// Failed tests : 0
//