Answering my question by doing some research. And thanks to the commentators for being on the go.
There is no annotation because it was ported to the optional PHPUnit_SkeletonGenerator package.
There are two problems at this time:
- remove @assert annotation from phpunit core core
- documentation is not updated properly
The change log is inaccurate. He says (erroneously):
Deprecated --skeleton-class and -skeleton-test switches removed. functionality is now provided by the phpunit-skel command PHPUnit_SkeletonGenerator package.
Better to say it sounds something like this:
Deprecated --skeleton-class and -skeleton-test switches removed. functionality is now provided by the optional phpunit-skelgen PHPUnit_SkeletonGenerator package command. Therefore, the @assert annotation has been removed from the phpunit kernel. It becomes available after setting PHPUnit_SkeletonGenerator via PEAR.
Maybe I myself changed this through github and notified the attendants.
knb
source share