Download the PHP package victory4me/codeception without Composer
On this page you can find all versions of the php package victory4me/codeception. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download victory4me/codeception
More information about victory4me/codeception
Files in victory4me/codeception
Package codeception
Short Description BDD-style testing framework
License MIT
Homepage https://github.com/victory4me/codeception
Informations about the package codeception
Codeception
Modern PHP Testing for everyone
Codeception is a modern full-stack testing framework for PHP. Inspired by BDD, it provides you an absolutely new way of writing acceptance, functional and even unit tests. Powered by PHPUnit.
General | Windows | Webdriver | HHVM | |
---|---|---|---|---|
![]() |
|
Contributions
At Codeception we are glad to receive contributions from the community. If you want to send additions or fixes to the code or the documentation please check the Contributing guide.
At a Glance
Describe what you test and how you test it. Use PHP to write descriptions faster.
Run tests and see what actions were taken and what results were seen.
Sample acceptance test
For unit testing you can stay on classic PHPUnit tests, as Codeception can run them too.
Documentation
Documentation is currently included within the project. Look for it in the 'docs' directory.
Installation
Phar
Download codecept.phar
Copy it into your project.
You can also make Codeception an executable and it put it into your $PATH
, for instance:
You can then run Codecept in the command line using: codecept bootstrap
, codecept run
, etc
Run CLI utility:
Composer
Read Also Installation | QuickStart
Getting Started
If you successfully installed Codeception, run this command:
this will create a default directory structure and default test suites
See Documentation for more information.
License
MIT
(c) Michael Bodnarchuk "Davert" 2011-2017
All versions of codeception with dependencies
ext-json Version *
ext-mbstring Version *
phpunit/phpunit Version >4.8.20 <6.0
phpunit/php-code-coverage Version >=2.2.4 <5.0
facebook/webdriver Version >=1.0.1 <2.0
guzzlehttp/guzzle Version >=4.1.4 <7.0
guzzlehttp/psr7 Version ~1.0
symfony/finder Version >=2.7 <4.0
symfony/console Version >=2.7 <4.0
symfony/event-dispatcher Version >=2.7 <4.0
symfony/yaml Version >=2.7 <4.0
symfony/browser-kit Version >=2.7 <4.0
symfony/css-selector Version >=2.7 <4.0
symfony/dom-crawler Version >=2.7.5 <4.0
behat/gherkin Version ~4.4.0
sebastian/comparator Version ~1.1
sebastian/diff Version ^1.4