We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76c3fd3 commit 42e6c22Copy full SHA for 42e6c22
2 files changed
.travis.yml
@@ -28,6 +28,8 @@ matrix:
28
env: EXTRA_PACKAGES="doctrine/phpcr-bundle:^1.3 brianium/paratest:^1.0 doctrine/phpcr-odm:^1.3"
29
- php: 7.3
30
env: SYMFONY_VERSION="^4.1"
31
+ - php: 7.3
32
+ env: SYMFONY_VERSION="^4.3@beta"
33
allow_failures:
34
- php: 7.2
35
env: SYMFONY_VERSION="dev-master"
src/Test/WebTestCase.php
@@ -33,6 +33,9 @@
use Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken;
use Symfony\Component\Security\Core\User\UserInterface;
36
+// Compatibility layer for Symfony 4.3+
37
+class_alias('Symfony\Bundle\FrameworkBundle\KernelBrowser', 'Symfony\Bundle\FrameworkBundle\Client');
38
+
39
/**
40
* @author Lea Haensenberger
41
* @author Lukas Kahwe Smith <smith@pooteeweet.org>
0 commit comments