Skip to content
Snippets Groups Projects
Commit 1c564605 authored by Chris Sangwin's avatar Chris Sangwin
Browse files

Rename auto-generated test files and classes to match, as required by recent PHPUnit versions.

parent e4bac13f
No related branches found
No related tags found
No related merge requests found
Showing
with 1 addition and 1 deletion
......@@ -333,7 +333,7 @@ ESCAPE;
cli_heading('Comparing to existing tests');
foreach ($generatedcode as $key => $code) {
$name = __DIR__ . '/../tests/ast_filter_' . $key . '.auto-generated_test.php';
$name = __DIR__ . '/../tests/ast_filter_' . $key . '_auto_generated_test.php';
$old = false;
if (file_exists($name)) {
$old = file_get_contents($name);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment