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

Make Throwable tests PHP7-only

This commit is contained in:
Matt Brown 2018-04-18 11:47:25 -04:00
parent b9f55b7b8b
commit 0b729de107

View File

@ -397,7 +397,7 @@ class InterfaceTest extends TestCase
function takesIterable(iterable $i): void {}',
],
'interfaceInstanceofInterfaceOrClass' => [
'PHP7-interfaceInstanceofInterfaceOrClass' => [
'<?php
interface A {}
class B extends Exception {}