You are here

function DoublerSpec::it_does_not_have_patches_by_default in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 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

DoublerSpec

Namespace

spec\Prophecy\Doubler

Code

function it_does_not_have_patches_by_default() {
  $this
    ->getClassPatches()
    ->shouldHaveCount(0);
}