Lines Matching refs:testCase
22 protected $testCase; variable in gtTestCase
40 foreach($this->testCase as $line) {
54 return $this->testCase;
100 $this->testCase[] = "--FILE--";
101 $this->testCase[] = "<?php";
102 $this->testCase = gtCodeSnippet::appendBlankLines(2, $this->testCase );
113 $this->testCase[] = $statement;
124 $this->testCase[] = "\$class = new ".$this->subject->getClassName()."( ".$constructorList." );";
125 $this->testCase = gtCodeSnippet::appendBlankLines(2, $this->testCase );
136 $this->testCase[] = $statement;
138 $this->testCase = gtCodeSnippet::appendBlankLines(2, $this->testCase );
147 $this->testCase[] = "?>";
156 $this->testCase[] = "--SKIPIF--";
157 $this->testCase[] = "<?php";
162 $this->testCase = gtCodeSnippet::append('skipifwin', $this->testCase);
165 $this->testCase = gtCodeSnippet::append('skipifnotwin', $this->testCase);
169 $this->testCase = gtCodeSnippet::append('skipif64b', $this->testCase);
173 $this->testCase = gtCodeSnippet::append('skipifnot64b', $this->testCase);
179 …$this->testCase[] = "if (!extension_loaded('$ext')) die ('skip $ext extension not available in thi…
181 $this->testCase[] = "?>";
190 $this->testCase[] = "--INI--";
191 $this->testCase[] = "";
200 $this->testCase[] = "--CLEAN--";
201 $this->testCase[] = "<?php";
202 $this->testCase[] = "?>";
211 $this->testCase[] = "===DONE===";
220 $this->testCase[] = "--EXPECTF--";
222 $this->testCase[] = '===DONE===';