Skip to content

Commit

Permalink
use fusio db test case
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Aug 4, 2015
1 parent 1837253 commit 58dbf0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/Fusio/Action/RabbitMqPushTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

use Fusio\ActionTestCaseTrait;
use Fusio\App;
use Fusio\DbTestCase;
use PSX\Data\Object;
use PSX\Test\Environment;

Expand All @@ -33,7 +34,7 @@
* @license http://www.gnu.org/licenses/agpl-3.0
* @link http://fusio-project.org
*/
class RabbitMqPushTest extends \PHPUnit_Extensions_Database_TestCase
class RabbitMqPushTest extends DbTestCase
{
use ActionTestCaseTrait;

Expand Down

0 comments on commit 58dbf0c

Please sign in to comment.