I just discovered via https://github.com/WordPoints/wordpoints/issues/549 that we aren't loading the SpeedTrapListener class from WordPress's bootstrap, even though we reference it as a listener in our default PHPUnit config file. This means that it won't work, and on PHP 7.0 it will actually result in the tests being prevented by a fatal error.
I just discovered via https://github.com/WordPoints/wordpoints/issues/549 that we aren't loading the
SpeedTrapListener
class from WordPress's bootstrap, even though we reference it as a listener in our default PHPUnit config file. This means that it won't work, and on PHP 7.0 it will actually result in the tests being prevented by a fatal error.