You are here

protected function TimeEfficientImplementationTest::tearDown in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/sebastian/diff/tests/LCS/TimeEfficientImplementationTest.php \SebastianBergmann\Diff\LCS\TimeEfficientImplementationTest::tearDown()

Tears down the fixture, for example, close a network connection. This method is called after a test is executed.

Overrides PHPUnit_Framework_TestCase::tearDown

File

vendor/sebastian/diff/tests/LCS/TimeEfficientImplementationTest.php, line 32

Class

TimeEfficientImplementationTest
Some of these tests are volontary stressfull, in order to give some approximative benchmark hints.

Namespace

SebastianBergmann\Diff\LCS

Code

protected function tearDown() {
  ini_set('memory_limit', $this->memory_limit);
}