Skip to content

Commit 4443ef3

Browse files
committed
Remove useless test.
1 parent c8ae944 commit 4443ef3

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

tests/SmokeTest.php

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -89,24 +89,5 @@ public function testLinterInstanceIsObject(): void
8989
// AAA
9090
$this->assertIsObject($this->linter);
9191
}
92-
93-
/**
94-
* @test
95-
*
96-
* @small
97-
*
98-
* @return void
99-
*/
100-
public function testCliInclusion(): void
101-
{
102-
try {
103-
$argv = ['--help'];
104-
require_once addslashes(dirname(__DIR__) . DIRECTORY_SEPARATOR . 'bin' . DIRECTORY_SEPARATOR) . 'php-sl.php';
105-
} catch (Throwable) {
106-
$this->fail();
107-
}
108-
109-
$this->assertTrue(true); // Explicit pass.
110-
}
11192
}
11293
}

0 commit comments

Comments
 (0)