-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Closed
Description
Hi,
I noticed this while running composer install after update to symfony 3.0.4
Warning: Ambiguous class resolution, "Symfony\Bridge\PhpUnit\ClockMock" was found in both "/home/michal/projekty/rentli/vendor/symfony/phpunit-bridge/ClockMock.php" and "/home/michal/projekty/rentli/vendor/symfony/symfony/src/Symfony/Bridge/PhpUnit/ClockMock.php", the first will be used.
Warning: Ambiguous class resolution, "Symfony\Bridge\PhpUnit\DeprecationErrorHandler" was found in both "/home/michal/projekty/rentli/vendor/symfony/phpunit-bridge/DeprecationErrorHandler.php" and "/home/michal/projekty/rentli/vendor/symfony/symfony/src/Symfony/Bridge/PhpUnit/DeprecationErrorHandler.php", the first will be used.
Warning: Ambiguous class resolution, "Symfony\Bridge\PhpUnit\SymfonyTestsListener" was found in both "/home/michal/projekty/rentli/vendor/symfony/phpunit-bridge/SymfonyTestsListener.php" and "/home/michal/projekty/rentli/vendor/symfony/symfony/src/Symfony/Bridge/PhpUnit/SymfonyTestsListener.php", the first will be used.
Warning: Ambiguous class resolution, "Symfony\Bridge\PhpUnit\TextUI\Command" was found in both "/home/michal/projekty/rentli/vendor/symfony/phpunit-bridge/TextUI/Command.php" and "/home/michal/projekty/rentli/vendor/symfony/symfony/src/Symfony/Bridge/PhpUnit/TextUI/Command.php", the first will be used.
Warning: Ambiguous class resolution, "Symfony\Bridge\PhpUnit\TextUI\TestRunner" was found in both "/home/michal/projekty/rentli/vendor/symfony/phpunit-bridge/TextUI/TestRunner.php" and "/home/michal/projekty/rentli/vendor/symfony/symfony/src/Symfony/Bridge/PhpUnit/TextUI/TestRunner.php", the first will be used.
Best regards,
Michal