elliotchance / concise

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

Partial mocks #129

Closed elliotchance closed 9 years ago

elliotchance commented 10 years ago
$calc = new Calculator();
$this->partialMock($calc)
     ->expect('clear')
     ->done()
coveralls commented 9 years ago

Coverage Status

Coverage decreased (-0.16%) when pulling b239d0f09b030d434ac0e44b889579ccc447f4f0 on 1.6/129-partial-mocks into e462b6e56c1afa610e37107774372fc08631498e on release/1.6.

coveralls commented 9 years ago

Coverage Status

Coverage increased (+0.06%) when pulling 14317792a49954f7bc475b1d5edb8c0bed204ded on 1.6/129-partial-mocks into ed0890808c13d32f10fe86e339e12f1b13cdb929 on release/1.6.

coveralls commented 9 years ago

Coverage Status

Coverage increased (+0.11%) when pulling 57697630234cb39d979ee24d09801e3506b8fb26 on 1.6/129-partial-mocks into ed0890808c13d32f10fe86e339e12f1b13cdb929 on release/1.6.

scrutinizer-notifier commented 9 years ago

The inspection completed: 8 updated code elements