phpOpenTracker/phpOpenTracker/Tests AllTests.php,1.1,1.2

Sebastian Bergmann <[email protected]>
Newsgroups gmane.comp.web.phpopentracker.cvs
Message-ID <[email protected]>
Update of /cvsroot/phpopencounter/phpOpenTracker/phpOpenTracker/Tests
In directory sc8-pr-cvs1:/tmp/cvs-serv23183/Tests

Modified Files:
	AllTests.php 
Log Message:
Add skeletons for PHPUnit-1.0.0 compatible Unit Tests.

Index: AllTests.php
===================================================================
RCS file: /cvsroot/phpopencounter/phpOpenTracker/phpOpenTracker/Tests/AllTests.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** AllTests.php	22 Nov 2003 08:47:44 -0000	1.1
--- AllTests.php	22 Nov 2003 09:42:33 -0000	1.2
***************
*** 22,25 ****
--- 22,28 ----
  require_once 'PHPUnit/TextUI/TestRunner.php';
  
+ require_once 'phpOpenTracker/Tests/API/AllTests.php';
+ require_once 'phpOpenTracker.php';
+ 
  class phpOpenTracker_Tests_AllTests {
      public static function main() {
***************
*** 29,32 ****
--- 32,37 ----
      public static function suite() {
          $suite = new PHPUnit_Framework_TestSuite('phpOpenTracker');
+ 
+         $suite->addTest(phpOpenTracker_Tests_API_AllTests::suite());
  
          return $suite;




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.