On windows: > E:\github\symfony>php -i | grep ICU > MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
E:\github\symfony>phpunit --debug > PHPUnit 3.6.10 by Sebastian Bergmann. > Configuration read from E:\github\symfony\phpunit.xml.dist > > Starting test > 'Doctrine\Bundle\DoctrineBundle\Tests\ContainerAwareEventManagerTest::testDispatchEvent'. > . > Starting test > 'Doctrine\Bundle\DoctrineBundle\Tests\ContainerAwareEventManagerTest::testRemoveEventListener'. > . > Starting test > 'Symfony\Tests\Bridge\Doctrine\DataCollector\DoctrineDataCollectorTest::testCollectConnections'. and hangs. On linux: $ php -i | grep ICU > ICU version => 4.8.1.1 > ICU Data version => 4.8.1 > MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en
