enygma / frisk

An automated front-end unit testing testing tool written in PHP designed to mimic web requests and evaluate the response
http://testwithfrisk.com
14 stars 0 forks source link

make "runOnly" check for suites use a regex too #16

Closed enygma closed 13 years ago

enygma commented 13 years ago

in Runner, around line 89 - alter that check from just an in_array to regex too maybe the --test argument too while you're at it.

enygma commented 13 years ago

feature has been implemented