Skip to content

Commit

Permalink
Remove DummySuite
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotchance committed Oct 14, 2015
1 parent c8e4bfe commit ad66e4e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions src/Concise/Extensions/Pho/ConciseReporter.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ public function beforeRun()
{
parent::beforeRun();
TestCase::setUpBeforeClass();
//self::$testSuite = new DummySuite();
//self::$result->startTestSuite(self::$testSuite);
}

public function beforeSpec(Spec $spec)
Expand Down
8 changes: 0 additions & 8 deletions src/Concise/Extensions/Pho/PhoTestSuiteLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,6 @@ class ConciseReporter extends \Concise\Extensions\Pho\ConciseReporter
use PHPUnit_Framework_TestResult;
use PHPUnit_Runner_StandardTestSuiteLoader;

class DummySuite extends \PHPUnit_Framework_TestSuite
{
public function count()
{
return Dummy::$count;
}
}

class Dummy extends PHPUnit_Framework_TestCase implements VirtualTestSuiteInterface
{
public static $count = 0;
Expand Down

0 comments on commit ad66e4e

Please sign in to comment.