Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lib
unicaen
ldap
Commits
27205b76
Commit
27205b76
authored
Mar 14, 2019
by
Bertrand Gauthier
Browse files
Début de correction des tests unitaires pour phpunit v7.
parent
d865fa53
Changes
3
Hide whitespace changes
Inline
Side-by-side
tests/func/UnicaenLdapFuncTest/Service/ServiceTest.php
View file @
27205b76
...
...
@@ -2,7 +2,7 @@
namespace
UnicaenLdapFuncTest\Service
;
use
PHPUnit
_
Framework
_
TestCase
;
use
PHPUnit
\
Framework
\
TestCase
;
use
UnicaenLdap\Entity\People
as
PeopleEntity
;
use
UnicaenLdap\Filter\People
as
PeopleFilter
;
use
UnicaenLdapFuncTest\Bootstrap
;
...
...
@@ -10,7 +10,7 @@ use UnicaenLdapFuncTest\Bootstrap;
/**
* @group Service
*/
class
ServiceTest
extends
PHPUnit_Framework_
TestCase
class
ServiceTest
extends
TestCase
{
/**
* @var \UnicaenLdap\Service\AbstractService
...
...
tests/unit/UnicaenLdapUnitTest/NodeTest.php
View file @
27205b76
...
...
@@ -2,14 +2,14 @@
namespace
UnicaenLdapTest
;
use
PHPUnit
_
Framework
_
TestCase
;
use
PHPUnit
\
Framework
\
TestCase
;
use
UnicaenLdap\Ldap
;
use
UnicaenLdap\Node
;
/**
* @group Node
*/
class
NodeTest
extends
PHPUnit_Framework_
TestCase
class
NodeTest
extends
TestCase
{
/**
*
...
...
tests/unit/UnicaenLdapUnitTest/Service/ServiceTest.php
View file @
27205b76
...
...
@@ -2,12 +2,12 @@
namespace
UnicaenLdapUnitTest\Service
;
use
PHPUnit
_
Framework
_
TestCase
;
use
PHPUnit
\
Framework
\
TestCase
;
/**
* @group Service
*/
class
ServiceTest
extends
PHPUnit_Framework_
TestCase
class
ServiceTest
extends
TestCase
{
/**
*
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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