From b4e803a1ce639d4a23902eaff2a011efdaacc56b Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Sat, 4 Mar 2017 11:27:29 +0100 Subject: [PATCH] [Security] fix test class location --- .../Firewall/UsernamePasswordJsonAuthenticationListenerTest.php | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/Symfony/Component/Security/{Tests/Http => Http/Tests}/Firewall/UsernamePasswordJsonAuthenticationListenerTest.php (100%) diff --git a/src/Symfony/Component/Security/Tests/Http/Firewall/UsernamePasswordJsonAuthenticationListenerTest.php b/src/Symfony/Component/Security/Http/Tests/Firewall/UsernamePasswordJsonAuthenticationListenerTest.php similarity index 100% rename from src/Symfony/Component/Security/Tests/Http/Firewall/UsernamePasswordJsonAuthenticationListenerTest.php rename to src/Symfony/Component/Security/Http/Tests/Firewall/UsernamePasswordJsonAuthenticationListenerTest.php