We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
FunctionalTest::testConfiguredFileUploadSubscriber()
1 parent 5594856 commit 25e8e0cCopy full SHA for 25e8e0c
Tests/Functional/FunctionalTest.php
@@ -61,6 +61,10 @@ public function testConfiguredTicketManager()
61
*/
62
public function testConfiguredFileUploadSubscriber()
63
{
64
+ if (!class_exists(Events::class)) {
65
+ $this->markTestSkipped(sprintf('%s() requires vich/uploader-bundle to be installed.', __METHOD__));
66
+ }
67
+
68
$eventDispatcher = static::$kernel->getContainer()->get('event_dispatcher');
69
$listeners = $eventDispatcher->getListeners();
70
0 commit comments