1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 04:45:20 +01:00

Fix test name

This commit is contained in:
Matthew Brown 2018-01-21 21:45:56 -05:00
parent dea1d58b2a
commit 940534992e

View File

@ -671,7 +671,7 @@ class FileManipulationTest extends TestCase
['PossiblyUndefinedVariable'],
true,
],
'possiblyUndefinedVariable' => [
'twoPossiblyUndefinedVariables' => [
'<?php
if (rand(0, 1)) {
$a = 1;