* @package PEAR_ErrorStack
*/
-class PEAR_ErrorStack_TestCase_getErrorMessage extends PHPUnit_TestCase
+class Error_Stack_TestCase_getErrorMessage extends PHPUnit_TestCase
{
- function PEAR_ErrorStack_TestCase_getErrorMessage($name)
+ function Error_Stack_TestCase_getErrorMessage($name)
{
$this->PHPUnit_TestCase($name);
}
* @package PEAR_ErrorStack
*/
-class PEAR_ErrorStack_TestCase_getErrorMessageTemplate extends PHPUnit_TestCase
+class Error_Stack_TestCase_getErrorMessageTemplate extends PHPUnit_TestCase
{
- function PEAR_ErrorStack_TestCase_getErrorMessageTemplate($name)
+ function Error_Stack_TestCase_getErrorMessageTemplate($name)
{
$this->PHPUnit_TestCase($name);
}
* @package PEAR_ErrorStack
*/
-class PEAR_ErrorStack_TestCase_getErrors extends PHPUnit_TestCase
+class Error_Stack_TestCase_getErrors extends PHPUnit_TestCase
{
- function PEAR_ErrorStack_TestCase_getErrors($name)
+ function Error_Stack_TestCase_getErrors($name)
{
$this->PHPUnit_TestCase($name);
}
* @package PEAR_ErrorStack
*/
-class PEAR_ErrorStack_TestCase_pushpop extends PHPUnit_TestCase
+class Error_Stack_TestCase_pushpop extends PHPUnit_TestCase
{
/**
* A PEAR_PackageFileManager object
*/
var $packagexml;
- function PEAR_ErrorStack_TestCase_pushpop($name)
+ function Error_Stack_TestCase_pushpop($name)
{
$this->PHPUnit_TestCase($name);
}
* @package PEAR_ErrorStack
*/
-class PEAR_ErrorStack_TestCase_pushpopcallback extends PHPUnit_TestCase
+class Error_Stack_TestCase_pushpopcallback extends PHPUnit_TestCase
{
/**
* A PEAR_PackageFileManager object
*/
var $packagexml;
- function PEAR_ErrorStack_TestCase_pushpopcallback($name)
+ function Error_Stack_TestCase_pushpopcallback($name)
{
$this->PHPUnit_TestCase($name);
}
* @package PEAR_ErrorStack
*/
-class PEAR_ErrorStack_TestCase_pushpopstatic extends PHPUnit_TestCase
+class Error_Stack_TestCase_pushpopstatic extends PHPUnit_TestCase
{
/**
* A PEAR_PackageFileManager object
*/
var $packagexml;
- function PEAR_ErrorStack_TestCase_pushpopstatic($name)
+ function Error_Stack_TestCase_pushpopstatic($name)
{
$this->PHPUnit_TestCase($name);
}
* @package PEAR_ErrorStack
*/
-class PEAR_ErrorStack_TestCase_singleton extends PHPUnit_TestCase
+class Error_Stack_TestCase_singleton extends PHPUnit_TestCase
{
/**
* A PEAR_PackageFileManager object
*/
var $packagexml;
- function PEAR_ErrorStack_TestCase_singleton($name)
+ function Error_Stack_TestCase_singleton($name)
{
$this->PHPUnit_TestCase($name);
}
* @package PEAR_ErrorStack
*/
-class PEAR_ErrorStack_TestCase_staticGetErrors extends PHPUnit_TestCase
+class Error_Stack_TestCase_staticGetErrors extends PHPUnit_TestCase
{
- function PEAR_ErrorStack_TestCase_staticGetErrors($name)
+ function Error_Stack_TestCase_staticGetErrors($name)
{
$this->PHPUnit_TestCase($name);
}
<h2>Tests</h2>
<?php
$testcases = array(
- 'PEAR_ErrorStack_TestCase_singleton',
- 'PEAR_ErrorStack_TestCase_pushpop',
- 'PEAR_ErrorStack_TestCase_pushpopstatic',
- 'PEAR_ErrorStack_TestCase_pushpopcallback',
- 'PEAR_ErrorStack_TestCase_getErrorMessage',
- 'PEAR_ErrorStack_TestCase_getErrorMessageTemplate',
- 'PEAR_ErrorStack_TestCase_getErrors',
- 'PEAR_ErrorStack_TestCase_staticGetErrors',
+ 'Error_Stack_TestCase_singleton',
+ 'Error_Stack_TestCase_pushpop',
+ 'Error_Stack_TestCase_pushpopstatic',
+ 'Error_Stack_TestCase_pushpopcallback',
+ 'Error_Stack_TestCase_getErrorMessage',
+ 'Error_Stack_TestCase_getErrorMessageTemplate',
+ 'Error_Stack_TestCase_getErrors',
+ 'Error_Stack_TestCase_staticGetErrors',
);
define('PEAR_LOG_EMERG', 0); /** System is unusable */
define('PEAR_LOG_ALERT', 1); /** Immediate action required */