Skip to content

Commit

Permalink
Use composer cache, and upgrade unit for phpunit 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeckel committed Feb 10, 2017
1 parent 9ed266b commit db1ee9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/functional/SingleDocumentSimpleTest.php
Expand Up @@ -9,8 +9,9 @@
namespace Tests\Jck\JsonApiResponse\functional;

use Jck\JsonApiResponse\SingleDocument;
use PHPUnit\Framework\TestCase;

class SingleDocumentSimpleTest extends \PHPUnit_Framework_TestCase
class SingleDocumentSimpleTest extends TestCase
{
public function testFromArray()
{
Expand Down

0 comments on commit db1ee9e

Please sign in to comment.