PATH:
home
/
letacommog
/
crmleta
/
consumerportal
/
include
/
htmlpurify
/
tests
<?php // since Mocks can't be called from within test files, we need to do // a little jumping through hoops to generate them function generate_mock_once($name) { $mock_name = $name . 'Mock'; if (class_exists($mock_name, false)) return false; Mock::generate($name, $mock_name); } // vim: et sw=4 sts=4
[+]
..
[-] CliTestCase.php
[edit]
[+]
FSTools
[-] Debugger.php
[edit]
[+]
PHPT
[-] test_files.php
[edit]
[-] generate_mock_once.func.php
[edit]
[-] common.php
[edit]
[+]
HTMLPurifier
[+]
tmp
[-] index.php
[edit]
[-] multitest.php
[edit]
[-] path2class.func.php
[edit]
[-] HTMLPurifierTest.php
[edit]