phpbb / epv

Extension Pre-Validator
GNU General Public License v2.0
9 stars 17 forks source link

Add support for short array syntax in event $vars #79

Closed kasimi closed 6 years ago

kasimi commented 6 years ago

Should fix #78. Also added tests for combinations of short/long array syntax & single/multi line $vars.

paul999 commented 6 years ago

@kasimi Looks like you have a bunch of test failures.

kasimi commented 6 years ago

And a branch naming failure, too! :1st_place_medal:

It looks like I'm using a wrong PHPUnit version as it worked fine locally. I changed it back to the assertEquals instance method, looks good now.