From 538b2570419b1e3f1c5796cc12cecd960be32d2d Mon Sep 17 00:00:00 2001 From: Dariusz Ruminski Date: Thu, 15 Feb 2018 00:24:28 +0100 Subject: [PATCH] Fix undiscoverablility of SymfonyTestsListenerForV7 --- src/Symfony/Bridge/PhpUnit/Legacy/SymfonyTestsListenerForV7.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Bridge/PhpUnit/Legacy/SymfonyTestsListenerForV7.php b/src/Symfony/Bridge/PhpUnit/Legacy/SymfonyTestsListenerForV7.php index d3acd53960..18bbdbeba0 100644 --- a/src/Symfony/Bridge/PhpUnit/Legacy/SymfonyTestsListenerForV7.php +++ b/src/Symfony/Bridge/PhpUnit/Legacy/SymfonyTestsListenerForV7.php @@ -9,7 +9,7 @@ * file that was distributed with this source code. */ -namespace Symfony\Bridge\PhpUnit; +namespace Symfony\Bridge\PhpUnit\Legacy; use PHPUnit\Framework\Test; use PHPUnit\Framework\TestListener;