function IdenticalValueTokenSpec::it_is_initializable in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/phpspec/prophecy/spec/Prophecy/Argument/Token/IdenticalValueTokenSpec.php \spec\Prophecy\Argument\Token\IdenticalValueTokenSpec::it_is_initializable()
File
- vendor/
phpspec/ prophecy/ spec/ Prophecy/ Argument/ Token/ IdenticalValueTokenSpec.php, line 15
Class
Namespace
spec\Prophecy\Argument\TokenCode
function it_is_initializable() {
$this
->shouldHaveType('Prophecy\\Argument\\Token\\IdenticalValueToken');
}