Download the PHP package davidjeddy/codeception-hello-module without Composer
On this page you can find all versions of the php package davidjeddy/codeception-hello-module. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download davidjeddy/codeception-hello-module
More information about davidjeddy/codeception-hello-module
Files in davidjeddy/codeception-hello-module
Download davidjeddy/codeception-hello-module
More information about davidjeddy/codeception-hello-module
Files in davidjeddy/codeception-hello-module
Vendor davidjeddy
Package codeception-hello-module
Short Description hello module for codeception
License BSD-3-Clause
Package codeception-hello-module
Short Description hello module for codeception
License BSD-3-Clause
Keywords modulecodeception
Please rate this library. Is it a good library?
Informations about the package codeception-hello-module
codeception-hello-module
Boilerplate CodeCeption Module
Badges
REQUIREMENTS
PHP ^5.6
Composer ^1.x
Codeception ^2.3
Credit
The majority of this package is based off an article by Jordan Eldredge:
https://jordaneldredge.com/blog/writing-a-custom-codeception-module/
INSTALLATION
cd {project root}
- Run
composer require davidjeddy/codeception-hello-module
in terminal- OR add
"davidjeddy/codeception-hello-module": "dev-master@dev"
to your project'scomposer.json
, then runcomposer update
.
- OR add
USAGE
Add the module to the suite configuration
- Rebuild codeception, typically
codeception build
- Add
$I->greet('NAME');
to a Cept/Cest test class - Run test suite
- Enjoy
All versions of codeception-hello-module with dependencies
PHP Build Version
Package Version
The package davidjeddy/codeception-hello-module contains the following files
Loading the files please wait ....