Skip to content

Commit f9138f0

Browse files
committed
fix test class
1 parent f9f17db commit f9138f0

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

tests/EventFactoryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
use LaunchDarkly\LDUserBuilder;
88
use LaunchDarkly\Impl\EventFactory;
99

10-
class EventFactoryTest extends \PHPUnit_Framework_TestCase
10+
class EventFactoryTest extends \PHPUnit\Framework\TestCase
1111
{
1212
private function buildFlag($trackEvents)
1313
{

tests/RolloutRandomizationConsistencyTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* is identical across SDKs.
1818
*/
1919

20-
class RolloutRandomizationConsistencyTest extends \PHPUnit_Framework_TestCase
20+
class RolloutRandomizationConsistencyTest extends \PHPUnit\Framework\TestCase
2121
{
2222
public function buildFlag()
2323
{

tests/RolloutTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
use LaunchDarkly\Rollout;
55

6-
class RolloutTest extends \PHPUnit_Framework_TestCase
6+
class RolloutTest extends \PHPUnit\Framework\TestCase
77
{
88
public function testRolloutPropertiesAreSet()
99
{

tests/VariationOrRolloutTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
use LaunchDarkly\LDUserBuilder;
55
use LaunchDarkly\VariationOrRollout;
66

7-
class VariationOrRolloutTest extends \PHPUnit_Framework_TestCase
7+
class VariationOrRolloutTest extends \PHPUnit\Framework\TestCase
88
{
99
public function testUsingSeedIsDifferentThanSalt()
1010
{

tests/WeightedVariationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
use LaunchDarkly\WeightedVariation;
55

6-
class WeightedVariationTest extends \PHPUnit_Framework_TestCase
6+
class WeightedVariationTest extends \PHPUnit\Framework\TestCase
77
{
88
public function testWeightedVariationPropertiesAreSet()
99
{

0 commit comments

Comments
 (0)