Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo project for Codeception


This is demo project for examples of unit testing with Codeception full-stack framework and Yii2.

Install Codeception into project

$ composer require --dev "codeception/codeception"

Codeception commands

$ ./vendor/bin/codecept bootstrap - creates files for tests

$ ./vendor/bin/codecept generate:test unit DemoTest - generates unit test-case with name DemoTest

$ ./vendor/bin/codecept build - generates files for tests running

$ ./vendor/bin/codecept run unit - run unit tests

$ ./vendor/bin/codecept run unit DemoTest - run test by name

Useful links

Presentation

http://slides.com/greeflas/codeception

Licence

This project is released under the terms of the BSD-3-Clause license.

Copyright (c) 2017, Vintage Web Production

About

This is demo project for examples of unit testing with Codeception full-stack framework and Yii2.

Topics

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages