Lines Matching defs:testpath
174 return $this->controller->getFileLink($name, null, $line);
419 $output->endElement();
489 * @var string $testpath Location of .phpt files
554 $source = '$xdebug = ' . file_get_contents($path) . ";\n";
645 protected $source;
649 protected $aggregator;
672 function aggregator()
738 namespace PEAR2\Pyrus\Developer\CoverageAnalyzer {
748 * @var string $testpath Location of .phpt files
836 $source = '$xdebug = ' . file_get_contents($path) . ";\n";
928 protected $totallines = 0;
931 protected $pathTotal = array();
1286 }
1299 $this->db->exec('DELETE FROM coverage WHERE tests_id=' . $id);
1455 echo "done\n";
1567 PEAR2\Pyrus\Developer\CoverageAnalyzer\AbstractSourceDecorator;