phpOpenTracker/phpOpenTracker/Tests AllTests.php,NONE,1.1
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-serv16743/phpOpenTracker/Tests
Added Files:
AllTests.php
Log Message:
HEAD is 2.0.0-dev now.
--- NEW FILE: AllTests.php ---
<?php
//
// +---------------------------------------------------------------------+
// | phpOpenTracker - The Website Traffic and Visitor Analysis Solution |
// +---------------------------------------------------------------------+
// | Copyright (c) 2000-2003 Sebastian Bergmann. All rights reserved. |
// +---------------------------------------------------------------------+
// | This source file is subject to the phpOpenTracker Software License, |
// | Version 1.0, that is bundled with this package in the file LICENSE. |
// | If you did not receive a copy of this file, you may read it online |
// | at http://www.phpopentracker.de/license.html. |
// +---------------------------------------------------------------------+
//
// $Id: AllTests.php,v 1.1 2003/11/22 08:47:44 bergmann Exp $
//
if (!defined('PHPUnit_MAIN_METHOD')) {
define('PHPUnit_MAIN_METHOD', 'phpOpenTracker_Tests_AllTests::main');
}
require_once 'PHPUnit/Framework/TestSuite.php';
require_once 'PHPUnit/TextUI/TestRunner.php';
class phpOpenTracker_Tests_AllTests {
public static function main() {
PHPUnit_TextUI_TestRunner::run(self::suite());
}
public static function suite() {
$suite = new PHPUnit_Framework_TestSuite('phpOpenTracker');
return $suite;
}
}
if (PHPUnit_MAIN_METHOD == 'phpOpenTracker_Tests_AllTests::main') {
phpOpenTracker_Tests_AllTests::main();
}
//
// "phpOpenTracker essenya, gul meletya;
// Sebastian carneron PHP."
//
?>
-------------------------------------------------------
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/