twitter-async | ||||
![]() | ||||
|
||||
![]() |
Coverage | ||||||||||||
Classes | Functions / Methods | Lines | ||||||||||
Total |
|
0.00% | 0 / 2 |
|
0.00% | 0 / 2 |
|
0.00% | 0 / 7 | |||
AllTests |
|
0.00% | 0 / 1 |
|
0.00% | 0 / 1 |
|
0.00% | 0 / 3 | |||
public static function suite() |
|
0.00% | 0 / 1 |
|
0.00% | 0 / 3 | ||||||
Package_AllTests |
|
0.00% | 0 / 1 |
|
0.00% | 0 / 1 |
|
0.00% | 0 / 4 | |||
public static function suite() |
|
0.00% | 0 / 1 |
|
0.00% | 0 / 4 |
1 : <?php 2 : require_once 'PHPUnit/Framework.php'; 3 : require_once './EpiOAuthTest.php'; 4 : require_once './EpiTwitterTest.php'; 5 : 6 : class AllTests 7 : { 8 : public static function suite() 9 : { 10 0 : $suite = new PHPUnit_Framework_TestSuite('twitter-async'); 11 : 12 0 : $suite->addTest(Package_AllTests::suite()); 13 0 : return $suite; 14 : } 15 : } 16 : 17 : class Package_AllTests 18 : { 19 : public static function suite() 20 : { 21 0 : $suite = new PHPUnit_Framework_TestSuite('twitter-async'); 22 0 : $suite->addTestSuite('EpiOAuthTest'); 23 0 : $suite->addTestSuite('EpiTwitterTest'); 24 0 : return $suite; 25 : } 26 : } |
![]() |
Generated by PHPUnit 3.3.5 and Xdebug 2.0.3 at Sat Sep 12 21:20:57 PDT 2009. |