elliotchance / concise

✅ Concise is test framework for using plain English and minimal code, built on PHPUnit.
MIT License
45 stars 3 forks source link

Stubbing multiple methods with separate arguments #167

Closed elliotchance closed 9 years ago

elliotchance commented 10 years ago
->stub('endTestSuite', 'startTestSuite')

Should work the same way as:

->stub('endTestSuite')->stub('startTestSuite')

Instead it silently ignored the second argument.

coveralls commented 9 years ago

Coverage Status

Coverage increased (+0.0%) when pulling 6125231c46e2aeea485d666b2cd3d2e5f0dc0ebd on 1.5/167-stubbing-multiple-methods into 3dc403be8a0b0e8593ff8d8d1fd242b884fd62a2 on release/1.5.