PMCORE-3877

This commit is contained in:
Paula.Quispe
2022-06-09 11:43:56 -04:00
parent 6ad014a85d
commit 5f6eeba21f
98 changed files with 202 additions and 220 deletions

View File

@@ -26,15 +26,6 @@ class ProcessesTest extends TestCase
public function __construct($name = null, array $data = [], $dataName = '')
{
parent::__construct($name, $data, $dataName);
}
/**
* Sets up the fixture, for example, opens a network connection.
* This method is called before a test is executed.
*/
protected function setUp()
{
parent::setUp();
$this->processes = new Processes();
}