liipfunctionaltestbundle Questions

2

I'm using Liip\FunctionalTestBundle for Unit testing, it works very well. AppCategoryControllerTest.php: class AppCategoryControllerTest extends BoEditoAuthWebTestCase { public function setUp() ...
Officer asked 8/12, 2015 at 14:55

6

Solved

During my tests I call some commands which send emails. I can display the number of emails sent with the following command: $output->writeln( $spool->flushQueue( $this->getContainer()-&...
Carmancarmarthen asked 28/7, 2015 at 14:8

3

Solved

Good day everyone, I have been looking into Test Driven Development a lot in the past few days and decided that I need to learn it as well. Although I can not figure out how to do it precisely. M...
1

© 2022 - 2024 — McMap. All rights reserved.