示例#1
0
 function __construct(TestCase $testCase)
 {
     parent::__construct("No assertions made");
 }
示例#2
0
 function __construct(TestSuite $testSuite)
 {
     parent::__construct("Empty test suite");
 }