protected function TimeEfficientImplementationTest::tearDown in Zircon Profile 8.0
Same name and namespace in other branches
- 8 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\LCSCode
protected function tearDown() {
ini_set('memory_limit', $this->memory_limit);
}