diff --git a/src/Cacic/RelatorioBundle/Tests/Controller/HardwareControllerTest.php b/src/Cacic/RelatorioBundle/Tests/Controller/HardwareControllerTest.php new file mode 100644 index 0000000..c4fd209 --- /dev/null +++ b/src/Cacic/RelatorioBundle/Tests/Controller/HardwareControllerTest.php @@ -0,0 +1,52 @@ +request( + 'GET', + '/relatorio/hardware/NetworkAdapterConfiguration', + array(), + array(), + array(), + '{}' + ); + + $this->assertTrue($crawler->filter('option:contains("DefaultIPGateway")')->count() > 0); + } + + + /** + * Remove dados de teste + */ + + public function tearDown() { + + } +} -- libgit2 0.21.2