Skip to content

Commit

Permalink
Updating the base test case
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanedev-maroc committed Sep 5, 2015
1 parent 93f21f5 commit d06f40b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/TestCase.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?php namespace Arcanedev\Support\Tests;

use PHPUnit_Framework_TestCase;
use Orchestra\Testbench\TestCase as BaseTestCase;

/**
* Class TestCase
* @package Arcanedev\Support\Tests
*/
abstract class TestCase extends PHPUnit_Framework_TestCase
abstract class TestCase extends BaseTestCase
{
/* ------------------------------------------------------------------------------------------------
| Main Functions
Expand Down

0 comments on commit d06f40b

Please sign in to comment.