B
B
badicean2015-11-02 13:00:42
PHP
badicean, 2015-11-02 13:00:42

What you need to know to write cool php tests for Symfony, Yii using codeception?

Please share your thoughts on this matter, what to read, study? thank.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
N
Nikolai Matyushenkov, 2015-11-12
@badicean

With Codeception, you can write tests in a procedural style, you can write in an object style. The docs on coding describe mainly the procedural approach, and there is a separate section on the object approach Advanced Usage . So, in practice, adequate tests that are convenient to use can be written using Cest Classes. I recommend to deal with the classes, then you will transparently see what exactly the tests failed on.

A
Alexey Ukolov, 2015-11-02
@alexey-m-ukolov

Need to know php. If you want to write really cool, then codeception. Start from here .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question