Skip to content

Commit 260c2c6

Browse files
committed
updated after merge from singleton branch
1 parent a599ac5 commit 260c2c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/MabeEnumTest/EnumTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
use MabeEnumTest\TestAsset\EnumInheritance;
77
use MabeEnumTest\TestAsset\EnumAmbiguous;
88
use PHPUnit_Framework_TestCase as TestCase;
9+
use ReflectionClass;
910

1011
/**
1112
* Unit tests for the class MabeEnum\Enum
@@ -110,7 +111,7 @@ public function testClear()
110111

111112
public function testCloneNotCallableAndThrowsLogicException()
112113
{
113-
$enum = MabeEnumTest_TestAsset_EnumWithoutDefaultValue::ONE();
114+
$enum = EnumWithoutDefaultValue::ONE();
114115

115116
$reflectionClass = new ReflectionClass($enum);
116117
$reflectionMethod = $reflectionClass->getMethod('__clone');

0 commit comments

Comments
 (0)