You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@trigger_error(sprintf('The "%s" class is deprecated since Panther 0.6, use "%s" instead.', ServerListener::class, ServerExtension::class), E_USER_DEPRECATED);
23
-
24
22
/**
25
23
* @deprecated since Panther 0.6, use Symfony\Component\Panther\ServerExtension instead.
26
24
*/
27
25
finalclass ServerListener implements TestListener
28
26
{
29
-
use TestListenerDefaultImplementation;
30
27
use ServerTrait;
28
+
use TestListenerDefaultImplementation;
29
+
30
+
publicfunction__construct()
31
+
{
32
+
@trigger_error(sprintf('The "%s" class is deprecated since Panther 0.6, use "%s" instead.', self::class, ServerExtension::class), E_USER_DEPRECATED);
0 commit comments