Questions tagged as 'tdd'

0
answers

Test in sonata admin bundle

I'm trying to verify that a form with children objects works in sonata admin bundle. The problem is that the form I want to check has associated children objects. $form = $crawler->selectButton('Crear y editar')->form(array()); parse_...
asked by 31.05.2018 / 09:51
0
answers

Test of the procedure to copy a file in java

I am trying to implement TDD and code coverage in my new projects but for one that I am developing right now I have tried to create some test cases, but I have multiple doubts respect. Here I share the class that I created to copy a file fro...
asked by 14.03.2018 / 16:32