7 Commits
Author SHA1 Message Date
Jeremy Mikola 8733d7382b Add PHPUnit dev dependency and remove HHVM test env 2018-04-12 09:34:50 -04:00
Jeremy Mikola 5472039e48 Throw exceptions for getListenerPriority() incompatibilities
For the time being, do not support wildcard patterns with getListenerPriority().

An exception will be thrown if getListenerPriority() is not implemented on the inner dispatcher. The method was added in https://github.com/symfony/symfony/pull/16198 for Symfony 2.8. It was added to the interface in Symfony 3.0, which is relevant for our test cases.
2016-09-09 15:27:43 -04:00
SpacePossum 2d68309b14 Use assertCount() and getMockBuilder() in tests
getMock() was deprecated in PHPUnit 5.4.0.
2016-09-09 15:09:13 -04:00
Lars Strojny 62eb20340a Allow subscribing to multiple events like Symfony EventDispatcher does 2013-07-30 11:02:43 -04:00
Jeremy Mikola 36fbd1c880 Add Travis CI testing 2013-02-26 13:56:14 -05:00
Eriksen Costa ef8369f930 updated path to the Composer generated autoload file 2013-01-04 18:37:06 -02:00
Jeremy Mikola 635305a7ad First commit 2012-02-13 01:09:53 -05:00