Skip to content

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

License

Notifications You must be signed in to change notification settings

Inspired-by-Boredom/codeception-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published