ok
Direktori : /home2/selectio/public_html/fms-worksuite/vendor/phpro/grumphp/.phpspec/ |
Current File : /home2/selectio/public_html/fms-worksuite/vendor/phpro/grumphp/.phpspec/specification.tpl |
<?php namespace %namespace%; use PhpSpec\ObjectBehavior; use Prophecy\Argument; use %subject%; class %name% extends ObjectBehavior { function it_is_initializable() { $this->shouldHaveType(%subject_class%::class); } }