CodeGuy.php 752 B

123456789101112131415161718192021222324252627282930
  1. <?php
  2. // This class was automatically generated by build task
  3. // You should not change it manually as it will be overwritten on next build
  4. // @codingStandardsIgnoreFile
  5. use \Codeception\Maybe;
  6. use Codeception\Module\CodeHelper;
  7. /**
  8. * Inherited methods
  9. * @method void execute($callable)
  10. * @method void wantToTest($text)
  11. * @method void wantTo($text)
  12. * @method void expectTo($prediction)
  13. * @method void expect($prediction)
  14. * @method void amGoingTo($argumentation)
  15. * @method void am($role)
  16. * @method void lookForwardTo($achieveValue)
  17. * @method void offsetGet($offset)
  18. * @method void offsetSet($offset, $value)
  19. * @method void offsetExists($offset)
  20. * @method void offsetUnset($offset)
  21. */
  22. class CodeGuy extends \Codeception\AbstractGuy
  23. {
  24. }