function DoublerSpec::it_does_not_have_patches_by_default in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/phpspec/prophecy/spec/Prophecy/Doubler/DoublerSpec.php \spec\Prophecy\Doubler\DoublerSpec::it_does_not_have_patches_by_default()
File
- vendor/
phpspec/ prophecy/ spec/ Prophecy/ Doubler/ DoublerSpec.php, line 20
Class
Namespace
spec\Prophecy\DoublerCode
function it_does_not_have_patches_by_default() {
$this
->getClassPatches()
->shouldHaveCount(0);
}