public function StopwatchTest::testReopenANewSectionShouldThrowAnException

@expectedException \LogicException

File

drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Debug/StopwatchTest.php, line 115

Class

StopwatchTest
StopwatchTest

Namespace

Symfony\Component\HttpKernel\Tests\Debug

Code

public function testReopenANewSectionShouldThrowAnException() {
  $stopwatch = new Stopwatch();
  $stopwatch
    ->openSection('section');
}