Skip to content

Commit c19da50

Browse files
committed
Remove unused local variables in tests
1 parent 344dc58 commit c19da50

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Tests/ExecutableFinderTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,6 @@ public function testFindProcessInOpenBasedir()
132132
$this->assertSamePath(PHP_BINARY, $result);
133133
}
134134

135-
/**
136-
* @requires PHP 5.4
137-
*/
138135
public function testFindBatchExecutableOnWindows()
139136
{
140137
if (ini_get('open_basedir')) {

0 commit comments

Comments
 (0)