]> granicus.if.org Git - php/commitdiff
update naming of tests - forgot to rename files before committing,
authorGreg Beaver <cellog@php.net>
Sun, 21 Mar 2004 23:06:20 +0000 (23:06 +0000)
committerGreg Beaver <cellog@php.net>
Sun, 21 Mar 2004 23:06:20 +0000 (23:06 +0000)
but this is not a big deal, as the name 'Error_Stack' still makes sense

pear/tests/PEAR_ErrorStack/Error_Stack_TestCase_getErrorMessage.php
pear/tests/PEAR_ErrorStack/Error_Stack_TestCase_getErrorMessageTemplate.php
pear/tests/PEAR_ErrorStack/Error_Stack_TestCase_getErrors.php
pear/tests/PEAR_ErrorStack/Error_Stack_TestCase_pushpop.php
pear/tests/PEAR_ErrorStack/Error_Stack_TestCase_pushpopcallback.php
pear/tests/PEAR_ErrorStack/Error_Stack_TestCase_pushpopstatic.php
pear/tests/PEAR_ErrorStack/Error_Stack_TestCase_singleton.php
pear/tests/PEAR_ErrorStack/Error_Stack_TestCase_staticGetErrors.php
pear/tests/PEAR_ErrorStack/testsuite.php

index 2f46b19bc9b758758f90e5da04b120fcaf8d3c1f..e636886e3deebc75b8b886bca8e92e765a61fd74 100644 (file)
@@ -21,10 +21,10 @@ class testgemessage1 {}
  * @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);
     }
index 36270d6e9fd261c7c5b046b6b6ceec6788008fe0..a1a39e47571edae03affcf5043ccb87c8369956e 100644 (file)
  * @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);
     }
index e2a986e6794eb29aed2fc98930f282a0a695253c..4207efa5f8061487e3fab2a80b2ffb2486f49515 100644 (file)
  * @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);
     }
index ec7eb8399a587ff90f95550afd9fba151d04ed3c..2e029629a08748b9413ca1ea913a23ef42d90399 100644 (file)
@@ -13,7 +13,7 @@
  * @package PEAR_ErrorStack
  */
 
-class PEAR_ErrorStack_TestCase_pushpop extends PHPUnit_TestCase
+class Error_Stack_TestCase_pushpop extends PHPUnit_TestCase
 {
     /**
      * A PEAR_PackageFileManager object
@@ -21,7 +21,7 @@ class PEAR_ErrorStack_TestCase_pushpop extends PHPUnit_TestCase
      */
     var $packagexml;
 
-    function PEAR_ErrorStack_TestCase_pushpop($name)
+    function Error_Stack_TestCase_pushpop($name)
     {
         $this->PHPUnit_TestCase($name);
     }
index 3838ae309d83a3a88feb5c7400dc716cb11547bc..02b33b90575d3dfbe905e48b1e92bdfb2fa60c12 100644 (file)
@@ -13,7 +13,7 @@
  * @package PEAR_ErrorStack
  */
 
-class PEAR_ErrorStack_TestCase_pushpopcallback extends PHPUnit_TestCase
+class Error_Stack_TestCase_pushpopcallback extends PHPUnit_TestCase
 {
     /**
      * A PEAR_PackageFileManager object
@@ -21,7 +21,7 @@ class PEAR_ErrorStack_TestCase_pushpopcallback extends PHPUnit_TestCase
      */
     var $packagexml;
 
-    function PEAR_ErrorStack_TestCase_pushpopcallback($name)
+    function Error_Stack_TestCase_pushpopcallback($name)
     {
         $this->PHPUnit_TestCase($name);
     }
index 1af66d7bef71859689522d6867618c92ec3d24f9..e2b17bb8d85196f1bfede7b646a67627261be11f 100644 (file)
@@ -13,7 +13,7 @@
  * @package PEAR_ErrorStack
  */
 
-class PEAR_ErrorStack_TestCase_pushpopstatic extends PHPUnit_TestCase
+class Error_Stack_TestCase_pushpopstatic extends PHPUnit_TestCase
 {
     /**
      * A PEAR_PackageFileManager object
@@ -21,7 +21,7 @@ class PEAR_ErrorStack_TestCase_pushpopstatic extends PHPUnit_TestCase
      */
     var $packagexml;
 
-    function PEAR_ErrorStack_TestCase_pushpopstatic($name)
+    function Error_Stack_TestCase_pushpopstatic($name)
     {
         $this->PHPUnit_TestCase($name);
     }
index 0a052f17f1a9095da05bfcbebe6ce87b9c196b41..f2d8ec0a84b7057ce289b9a29a1f200a88a489f1 100644 (file)
@@ -13,7 +13,7 @@
  * @package PEAR_ErrorStack
  */
 
-class PEAR_ErrorStack_TestCase_singleton extends PHPUnit_TestCase
+class Error_Stack_TestCase_singleton extends PHPUnit_TestCase
 {
     /**
      * A PEAR_PackageFileManager object
@@ -21,7 +21,7 @@ class PEAR_ErrorStack_TestCase_singleton extends PHPUnit_TestCase
      */
     var $packagexml;
 
-    function PEAR_ErrorStack_TestCase_singleton($name)
+    function Error_Stack_TestCase_singleton($name)
     {
         $this->PHPUnit_TestCase($name);
     }
index d96480d442172e923302fd1dc2ba336cb611cb91..7c84fe5fda9a99213b28b1602e0306d93fd5751c 100644 (file)
  * @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);
     }
index 18991427466e4975bb87628ed3ee30fc771efdeb..0dcb149ff148a79bec1bcbbb2794851b16794b8a 100644 (file)
@@ -46,14 +46,14 @@ $title = 'PhpUnit test run, PEAR_ErrorStack package';
 <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 */