File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 5
5
use OpenStack \Common \Resource \Deletable ;
6
6
use Psr \Log \LoggerInterface ;
7
7
8
- abstract class TestCase extends \PHPUnit_Framework_TestCase implements TestInterface
8
+ abstract class TestCase extends \PHPUnit \ Framework \TestCase implements TestInterface
9
9
{
10
10
protected $ logger ;
11
11
private $ startPoint ;
Original file line number Diff line number Diff line change 6
6
use OpenStack \Common \Api \Parameter ;
7
7
use OpenStack \Test \Fixtures \ComputeV2Api ;
8
8
9
- class OperationTest extends \PHPUnit_Framework_TestCase
9
+ class OperationTest extends \PHPUnit \ Framework \TestCase
10
10
{
11
11
private $ operation ;
12
12
Original file line number Diff line number Diff line change 5
5
use OpenStack \Common \Api \Parameter ;
6
6
use OpenStack \Test \Fixtures \ComputeV2Api ;
7
7
8
- class ParameterTest extends \PHPUnit_Framework_TestCase
8
+ class ParameterTest extends \PHPUnit \ Framework \TestCase
9
9
{
10
10
private $ param ;
11
11
private $ data ;
Original file line number Diff line number Diff line change 13
13
use OpenStack \Common \Error \Builder ;
14
14
use OpenStack \Common \Error \UserInputError ;
15
15
16
- class BuilderTest extends \PHPUnit_Framework_TestCase
16
+ class BuilderTest extends \PHPUnit \ Framework \TestCase
17
17
{
18
18
private $ builder ;
19
19
private $ client ;
Original file line number Diff line number Diff line change 4
4
5
5
use OpenStack \Common \JsonPath ;
6
6
7
- class JsonPathTest extends \PHPUnit_Framework_TestCase
7
+ class JsonPathTest extends \PHPUnit \ Framework \TestCase
8
8
{
9
9
private $ jsonPath ;
10
10
Original file line number Diff line number Diff line change 8
8
use OpenStack \Common \Resource \OperatorResource ;
9
9
use OpenStack \Common \Transport \JsonSerializer ;
10
10
11
- class JsonSerializerTest extends \PHPUnit_Framework_TestCase
11
+ class JsonSerializerTest extends \PHPUnit \ Framework \TestCase
12
12
{
13
13
/** @var JsonSerializer */
14
14
private $ serializer ;
Original file line number Diff line number Diff line change 8
8
use GuzzleHttp \Psr7 \Response ;
9
9
use Prophecy \Argument ;
10
10
11
- abstract class TestCase extends \PHPUnit_Framework_TestCase
11
+ abstract class TestCase extends \PHPUnit \ Framework \TestCase
12
12
{
13
13
/** @var \Prophecy\Prophecy\ObjectProphecy */
14
14
protected $ client ;
You can’t perform that action at this time.
0 commit comments