]> granicus.if.org Git - php/commit
phpunit tests for PEAR_ErrorStack
authorGreg Beaver <cellog@php.net>
Fri, 19 Mar 2004 00:48:39 +0000 (00:48 +0000)
committerGreg Beaver <cellog@php.net>
Fri, 19 Mar 2004 00:48:39 +0000 (00:48 +0000)
commit4180b972ae0e93b6f25734510a7050485c2b4e0c
tree80dea26171192153e46a96674dc0196a0871e42c
parent0ba63371ed8b018f09a59475bddf1412d1cabdca
phpunit tests for PEAR_ErrorStack
13 files changed:
pear/tests/PEAR_ErrorStack/Error_Stack_TestCase_getErrorMessage.php [new file with mode: 0644]
pear/tests/PEAR_ErrorStack/Error_Stack_TestCase_getErrorMessageTemplate.php [new file with mode: 0644]
pear/tests/PEAR_ErrorStack/Error_Stack_TestCase_getErrors.php [new file with mode: 0644]
pear/tests/PEAR_ErrorStack/Error_Stack_TestCase_pushpop.php [new file with mode: 0644]
pear/tests/PEAR_ErrorStack/Error_Stack_TestCase_pushpopcallback.php [new file with mode: 0644]
pear/tests/PEAR_ErrorStack/Error_Stack_TestCase_pushpopstatic.php [new file with mode: 0644]
pear/tests/PEAR_ErrorStack/Error_Stack_TestCase_singleton.php [new file with mode: 0644]
pear/tests/PEAR_ErrorStack/Error_Stack_TestCase_staticGetErrors.php [new file with mode: 0644]
pear/tests/PEAR_ErrorStack/HTML_TestListener.php [new file with mode: 0644]
pear/tests/PEAR_ErrorStack/TestUnit.php [new file with mode: 0644]
pear/tests/PEAR_ErrorStack/base_regression.php [new file with mode: 0644]
pear/tests/PEAR_ErrorStack/stylesheet.css [new file with mode: 0644]
pear/tests/PEAR_ErrorStack/testsuite.php [new file with mode: 0644]