atoum / ruler-extension

The atoum ruler-extension allows you to filter your tests using Hoa\Ruler.
MIT License
9 stars 4 forks source link

Interpret the rule only once #3

Closed Hywan closed 9 years ago

Hywan commented 9 years ago

Instead of interpreting the rule each time we call the isMethodIgnored method, we interpret the rule once and store its object model. It provides better performances when executing a huge number of methods/test cases.