Skip to content

Commit 6ec9d2e

Browse files
committed
Use wrapper methods in unit tests
1 parent c3d40c2 commit 6ec9d2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unit/Codeception/Module/AMQPTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33

4-
class AMQPTest extends \PHPUnit\Framework\TestCase
4+
class AMQPTest extends \Codeception\PHPUnit\TestCase
55
{
66
protected $config = array(
77
'host' => 'localhost',
@@ -18,7 +18,7 @@ class AMQPTest extends \PHPUnit\Framework\TestCase
1818
*/
1919
protected $module = null;
2020

21-
public function setUp()
21+
public function _setUp()
2222
{
2323
$this->module = new \Codeception\Module\AMQP(make_container());
2424
$this->module->_setConfig($this->config);

0 commit comments

Comments
 (0)