add @todo note
[phpt.git] / tests / Case / result-property-is-null-at-instantiation.phpt
blob6770f171c8d795676252e9fb75e76a14fc4d45be
1 --TEST--
2 PHPT_Case->result is null when instantiated
3 --FILE--
4 <?php
6 require_once dirname(__FILE__) . '/../_setup.inc';
8 $case = new PHPT_Case(
9     new PHPT_SectionList(array()),
10     dirname(__FILE__) . '/fake-test.phpt'
12 assert('is_null($case->result)');
15 ===DONE===
16 --EXPECT--
17 ===DONE===