mirror of
https://github.com/danog/parallel.git
synced 2024-12-03 10:07:49 +01:00
Rename test file with parse error so php-cs-fixer ignores it
This commit is contained in:
parent
312aecf1ff
commit
acdfa66b12
@ -61,7 +61,7 @@ class ProcessTest extends TestCase {
|
|||||||
* @expectedExceptionMessage Uncaught ParseError in execution context
|
* @expectedExceptionMessage Uncaught ParseError in execution context
|
||||||
*/
|
*/
|
||||||
public function testParseError() {
|
public function testParseError() {
|
||||||
$process = new Process(__DIR__ . "/parse-error-process.php");
|
$process = new Process(__DIR__ . "/parse-error-process.inc");
|
||||||
$process->start();
|
$process->start();
|
||||||
var_dump(Promise\wait($process->join()));
|
var_dump(Promise\wait($process->join()));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user