codeception/specify
Trait for BDD-style specifications in PHPUnit/Codeception. Lets you write tests with describe/it-like blocks, shared setup, and clear expectations, improving readability while staying compatible with standard PHP unit testing workflows.
[@specify](https://github.com/specify) annotation are cloned in specify blocks.Codeception\Specify\ResultPrinter to fix printing progress of specify blocks.phpunit.xml: printerClass="Codeception\Specify\ResultPrinter"[@specify](https://github.com/specify) annotation for all properties which needs to be cloned for specify blocksthrows parameter, consider using AssertThrows package.PHP 7.1 and PHP 7.2.it's and should's chained to a specify or describe.Specify.php trait now only has the public API methods.it or should only receives text now that test is marked as incomplete.shouldNot and its were added as aliases..phpunit.result.cache file to .gitignoreREADME.mdHow can I help you explore Laravel packages today?