File tree Expand file tree Collapse file tree 10 files changed +21
-10
lines changed Expand file tree Collapse file tree 10 files changed +21
-10
lines changed Original file line number Diff line number Diff line change 11
11
12
12
namespace Symfony \Component \Finder \Tests \Comparator ;
13
13
14
+ use PHPUnit \Framework \TestCase ;
14
15
use Symfony \Component \Finder \Comparator \Comparator ;
15
16
16
- class ComparatorTest extends \PHPUnit_Framework_TestCase
17
+ class ComparatorTest extends TestCase
17
18
{
18
19
public function testGetSetOperator ()
19
20
{
Original file line number Diff line number Diff line change 11
11
12
12
namespace Symfony \Component \Finder \Tests \Comparator ;
13
13
14
+ use PHPUnit \Framework \TestCase ;
14
15
use Symfony \Component \Finder \Comparator \DateComparator ;
15
16
16
- class DateComparatorTest extends \PHPUnit_Framework_TestCase
17
+ class DateComparatorTest extends TestCase
17
18
{
18
19
public function testConstructor ()
19
20
{
Original file line number Diff line number Diff line change 11
11
12
12
namespace Symfony \Component \Finder \Tests \Comparator ;
13
13
14
+ use PHPUnit \Framework \TestCase ;
14
15
use Symfony \Component \Finder \Comparator \NumberComparator ;
15
16
16
- class NumberComparatorTest extends \PHPUnit_Framework_TestCase
17
+ class NumberComparatorTest extends TestCase
17
18
{
18
19
/**
19
20
* @dataProvider getConstructorTestData
Original file line number Diff line number Diff line change 11
11
12
12
namespace Symfony \Component \Finder \Tests \Expression ;
13
13
14
+ use PHPUnit \Framework \TestCase ;
14
15
use Symfony \Component \Finder \Expression \Expression ;
15
16
16
17
/**
17
18
* @group legacy
18
19
*/
19
- class ExpressionTest extends \PHPUnit_Framework_TestCase
20
+ class ExpressionTest extends TestCase
20
21
{
21
22
/**
22
23
* @dataProvider getTypeGuesserData
Original file line number Diff line number Diff line change 11
11
12
12
namespace Symfony \Component \Finder \Tests \Expression ;
13
13
14
+ use PHPUnit \Framework \TestCase ;
14
15
use Symfony \Component \Finder \Expression \Expression ;
15
16
16
17
/**
17
18
* @group legacy
18
19
*/
19
- class GlobTest extends \PHPUnit_Framework_TestCase
20
+ class GlobTest extends TestCase
20
21
{
21
22
/**
22
23
* @dataProvider getToRegexData
Original file line number Diff line number Diff line change 11
11
12
12
namespace Symfony \Component \Finder \Tests \Expression ;
13
13
14
+ use PHPUnit \Framework \TestCase ;
14
15
use Symfony \Component \Finder \Expression \Expression ;
15
16
16
17
/**
17
18
* @group legacy
18
19
*/
19
- class RegexTest extends \PHPUnit_Framework_TestCase
20
+ class RegexTest extends TestCase
20
21
{
21
22
/**
22
23
* @dataProvider getHasFlagsData
Original file line number Diff line number Diff line change 11
11
12
12
namespace Symfony \Component \Finder \Tests ;
13
13
14
+ use PHPUnit \Framework \TestCase ;
14
15
use Symfony \Component \Finder \Glob ;
15
16
16
- class GlobTest extends \PHPUnit_Framework_TestCase
17
+ class GlobTest extends TestCase
17
18
{
18
19
public function testGlobToRegexDelimiters ()
19
20
{
Original file line number Diff line number Diff line change 11
11
12
12
namespace Symfony \Component \Finder \Tests \Iterator ;
13
13
14
- abstract class IteratorTestCase extends \PHPUnit_Framework_TestCase
14
+ use PHPUnit \Framework \TestCase ;
15
+
16
+ abstract class IteratorTestCase extends TestCase
15
17
{
16
18
protected function assertIterator ($ expected , \Traversable $ iterator )
17
19
{
Original file line number Diff line number Diff line change 11
11
12
12
namespace Symfony \Component \Finder \Tests \Iterator ;
13
13
14
+ use PHPUnit \Framework \TestCase ;
14
15
use Symfony \Component \Finder \Iterator \MultiplePcreFilterIterator ;
15
16
16
- class MultiplePcreFilterIteratorTest extends \PHPUnit_Framework_TestCase
17
+ class MultiplePcreFilterIteratorTest extends TestCase
17
18
{
18
19
/**
19
20
* @dataProvider getIsRegexFixtures
Original file line number Diff line number Diff line change 11
11
12
12
namespace Symfony \Component \Finder \Tests \Shell ;
13
13
14
+ use PHPUnit \Framework \TestCase ;
14
15
use Symfony \Component \Finder \Shell \Command ;
15
16
16
17
/**
17
18
* @group legacy
18
19
*/
19
- class CommandTest extends \PHPUnit_Framework_TestCase
20
+ class CommandTest extends TestCase
20
21
{
21
22
public function testCreate ()
22
23
{
You can’t perform that action at this time.
0 commit comments