CodeGuy.php 668 B

123456789101112131415161718192021222324252627
  1. <?php
  2. // This class was automatically generated by build task
  3. // You can change it manually, but 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 wantToTest($text)
  10. * @method void wantTo($text)
  11. * @method void amTesting($method)
  12. * @method void amTestingMethod($method)
  13. * @method void testMethod($signature)
  14. * @method void expectTo($prediction)
  15. * @method void expect($prediction)
  16. * @method void amGoingTo($argumentation)
  17. * @method void am($role)
  18. * @method void lookForwardTo($role)
  19. */
  20. class CodeGuy extends \Codeception\AbstractGuy
  21. {
  22. }