Skip to content

Commit ec0bf1e

Browse files
authored
Fix typo...
1 parent 81ec4f0 commit ec0bf1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ public function testCanRunCommandWithStandardInputStream()
244244
$this->assertTrue($command->execute());
245245
$this->assertTrue($command->getExecuted());
246246
$this->assertEquals("^I", $command->getOutput());
247-
fclose($tmptfile);
247+
fclose($tmpfile);
248248
}
249249

250250
}

0 commit comments

Comments
 (0)