Skip to content

Commit

Permalink
Fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
brendt committed Dec 17, 2020
1 parent 89e1c94 commit d776fdb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/EnumTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,6 @@ public function use_enum_construct_within_an_enum()
* @method static self A()
* @method static self B()
*/
<<<<<<< HEAD
class MyEnum extends Enum
{
=======
class MyEnum extends Enum {}

/**
Expand All @@ -98,5 +94,4 @@ public function test()
{
return EnumWithEnum::B();
}
>>>>>>> Fix issue with enums not callable within enum classes
}

0 comments on commit d776fdb

Please sign in to comment.