Skip to content
Snippets Groups Projects
Commit d9b02b15 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

COrrection test unitaire exemple.

parent c88b5626
Branches
Tags
No related merge requests found
......@@ -3,8 +3,9 @@
namespace ApplicationTest;
use Application\Module;
use PHPUnit\Framework\TestCase;
class ModuleTest extends \PHPUnit_Framework_TestCase
class ModuleTest extends TestCase
{
/**
* @var Module
......@@ -18,6 +19,6 @@ class ModuleTest extends \PHPUnit_Framework_TestCase
public function testCanGetArrayConfig()
{
$this->assertInternalType('array', $this->module->getConfig());
$this->assertIsArray($this->module->getConfig());
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment