diff --git a/Neos.FluidAdaptor/Tests/Functional/View/StandaloneViewTest.php b/Neos.FluidAdaptor/Tests/Functional/View/StandaloneViewTest.php index 7f3a7fb781..2be96a13af 100644 --- a/Neos.FluidAdaptor/Tests/Functional/View/StandaloneViewTest.php +++ b/Neos.FluidAdaptor/Tests/Functional/View/StandaloneViewTest.php @@ -30,21 +30,6 @@ class StandaloneViewTest extends FunctionalTestCase */ protected $standaloneViewNonce = '42'; - /** - * Every testcase should run *twice*. First, it is run in *uncached* way, second, - * it is run *cached*. To make sure that the first run is always uncached, the - * $standaloneViewNonce is initialized to some random value which is used inside - * an overridden version of StandaloneView::createIdentifierForFile. - */ - public function runBare(): void - { - $this->standaloneViewNonce = uniqid('', true); - parent::runBare(); - $numberOfAssertions = $this->getNumAssertions(); - parent::runBare(); - $this->addToAssertionCount($numberOfAssertions); - } - /** * @test */