Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lib
unicaen
skeleton-application
Commits
d9b02b15
Commit
d9b02b15
authored
Mar 15, 2019
by
Bertrand Gauthier
Browse files
COrrection test unitaire exemple.
parent
c88b5626
Changes
1
Hide whitespace changes
Inline
Side-by-side
module/Application/test/ApplicationTest/ModuleTest.php
View file @
d9b02b15
...
...
@@ -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
->
assertI
nternalType
(
'a
rray
'
,
$this
->
module
->
getConfig
());
$this
->
assertI
sA
rray
(
$this
->
module
->
getConfig
());
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment