SequenceListenerTest - Fix PHP 5.3 syntax error
authorTim Otten <totten@civicrm.org>
Fri, 22 Aug 2014 05:59:22 +0000 (22:59 -0700)
committerTim Otten <totten@civicrm.org>
Fri, 22 Aug 2014 05:59:22 +0000 (22:59 -0700)
commitc794d82e73402d0c1542592e10d3d54cb240bef2
tree953198975bade8f9278f55ed58bb7bfe86029c3c
parent1f9f78473e10e2504439cfe0ceade4c3604babb4
SequenceListenerTest - Fix PHP 5.3 syntax error

The old syntax works in 5.4 but not 5.3. The new syntax works in both.
tests/phpunit/Civi/CCase/SequenceListenerTest.php