php - Disable functional and acceptance test in Yii2 -


i'm starting using codeception in yii2 perform unit tests, functional tests , acceptance tests.

i focus on unit tests moment.

so, looking appropriate way disable functional tests , acceptance tests without deleting existing tests files.

you can use unit tests , run them. running unit tests use codecept run unit


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -