Skip to content

Commit

Permalink
Remove superfluous comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed May 31, 2010
1 parent 0215a3c commit bd39228
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions PHPUnit/Framework/TestCase.php
Expand Up @@ -619,20 +619,12 @@ public function runBare()
// Clean up stat cache.
clearstatcache();

// Run the test.
try {
// Set up the fixture.
$this->setUp();

// Assert pre-conditions.
$this->assertPreConditions();

$this->testResult = $this->runTest();

// Assert post-conditions.
$this->assertPostConditions();

// Verify Mock Object conditions.
foreach ($this->mockObjects as $mockObject) {
$this->numAssertions++;
$mockObject->__phpunit_verify();
Expand Down

0 comments on commit bd39228

Please sign in to comment.