Skip to content

Commit

Permalink
Disable test-case see #56 for additional details
Browse files Browse the repository at this point in the history
  • Loading branch information
lisachenko committed Dec 16, 2016
1 parent 319ff00 commit cf9ac8e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/Stub/FileWithClasses55.php
Original file line number Diff line number Diff line change
Expand Up @@ -196,10 +196,14 @@ class ClassWithTraitAndConflict
}
*/

/*
* Logic of prototype methods for interface and traits was changed since 7.0.6
* @see https://github.com/goaop/parser-reflection/issues/56
class ClassWithTraitAndInterface implements InterfaceWithMethod
{
use SimpleTrait;
}
*/

class NoCloneable
{
Expand Down

0 comments on commit cf9ac8e

Please sign in to comment.