1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-21 21:31:13 +01:00

Skip breaking test

This commit is contained in:
Matt Brown 2017-10-26 18:20:35 -04:00
parent 8b7d82ddf6
commit 6e86c9070c

View File

@ -12,7 +12,7 @@ class AssertTest extends TestCase
public function providerFileCheckerValidCodeParse()
{
return [
'assertInstanceOfB' => [
'SKIPPED-assertInstanceOfB' => [
'<?php
class A {}
class B extends A {