In my company I think in the next month we'll start with the tests for the code, but I don't know which one is better : phpunit or behat, or each one has a different scenario?
PHPUnit can be used for any type of testing. Codeception uses it behind the scenes. You can use PHPUnit for specific types of tests and let Behat be your acceptance testing framework.
Davor Minchorov
Senior PHP Developer
PHPUnit can be used for any type of testing. Codeception uses it behind the scenes. You can use PHPUnit for specific types of tests and let Behat be your acceptance testing framework.