2 After Case::run() is called, its result property is an instance of CodeRunner_Result
6 require_once dirname(__FILE__) . '/../_setup.inc';
9 new PHPT_SectionList(array(
10 new PHPT_Section_FILE(''),
12 dirname(__FILE__) . '/fake-test.phpt'
15 $case->run(new PHPT_Reporter_Null());
17 assert('$case->result instanceof PHPT_CodeRunner_Result');