3

I'm using advanced Yii2 Templet, when I run the test after built, I got the problem bellow.

Idon't know what is the namespace, so please if you can explain to me what is it.

Error

Please add `namespace` section into included codeception.yml file 

codeception.yml

include:
  - codeception/console
  - codeception/api

paths:
  log: codeception/_output

settings:
  colors: true

1 Answer 1

3

In codeception/api/codeception.yml file you should write namespace section like this:

namespace: tests\codeception\api
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.