elliotchance / concise

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

Bug with with() using sprint() #183

Closed elliotchance closed 10 years ago

elliotchance commented 10 years ago

Concise\TestCase::validateSingleWith(), must be

        $msg = sprintf(
            "Expected $method(%s) to be called %s, but it was called %s.",
            $args,
            $converter->convert($rule['times']),
            $converter->convert($actualTimes)
        );
scrutinizer-notifier commented 10 years ago

A new inspection was created.

coveralls commented 10 years ago

Coverage Status

Coverage remained the same when pulling 654b1ccae178f803cd3c9fd8717f1f634b83b12c on 1.3.2/183-bug-with-with-using-sprint into 350f1c81d4c55142544c9317208e8c2ecca0fd42 on release/1.3.2.