Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/fixtures/invalid.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

return array(
'operations' =
'operations' =>
array(
'certificates.add' =>
array(
Expand Down
2 changes: 1 addition & 1 deletion tests/suite/JsonLoaderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

use Symfony\Component\Config\FileLocator;

class JsonLoaderTest extends \PHPUnit_Framework_TestCase
class JsonLoaderTest extends \PHPUnit\Framework\TestCase
{
protected $jsonLoader;

Expand Down
2 changes: 1 addition & 1 deletion tests/suite/PhpLoaderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

use Symfony\Component\Config\FileLocator;

class PhpLoaderTest extends \PHPUnit_Framework_TestCase
class PhpLoaderTest extends \PHPUnit\Framework\TestCase
{
protected $PhpLoader;

Expand Down
2 changes: 1 addition & 1 deletion tests/suite/YamlLoaderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

use Symfony\Component\Config\FileLocator;

class YamlLoaderTest extends \PHPUnit_Framework_TestCase
class YamlLoaderTest extends \PHPUnit\Framework\TestCase
{
protected $YamlLoader;

Expand Down