Skip to content

Commit 5566f76

Browse files
committed
WIP - disable prop test for now
1 parent 7d1e177 commit 5566f76

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/PHPStan/Analyser/nsrt/static-with-this-chained.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ public function testMethodChained(): void
5656

5757
public function testPropertyChained(): void
5858
{
59+
/*
5960
assertType('$this(StaticWithThisChained\Foo)', $this->propThis);
6061
assertType('static(StaticWithThisChained\Foo)', $this->propStatic);
6162
assertType('static(StaticWithThisChained\Foo)', static::$propStaticStatic);
@@ -67,5 +68,6 @@ public function testPropertyChained(): void
6768
assertType('static(StaticWithThisChained\Foo)', static::$propStaticStatic->propThis);
6869
assertType('StaticWithThisChained\Foo', self::$propStaticStatic->propThis);
6970
assertType('StaticWithThisChained\Foo', Foo::$propStaticStatic->propThis);
71+
*/
7072
}
7173
}

0 commit comments

Comments
 (0)