From cabd64df0003ed71f5be44225f7d446aeb1d9f1d Mon Sep 17 00:00:00 2001 From: jordanbrauer <18744334+jordanbrauer@users.noreply.github.com> Date: Sat, 13 Feb 2021 11:51:35 -0600 Subject: [PATCH] rename tests for windows, despite losing some coverage --- .../CustomAffixes/{!@#$%^&*()-_=+.php => @#$%^&()-_=+.php} | 0 .../PHPUnit/CustomAffixes/Test 'Case' With Quotes.php | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename tests/PHPUnit/CustomAffixes/{!@#$%^&*()-_=+.php => @#$%^&()-_=+.php} (100%) rename "tests/PHPUnit/CustomAffixes/Test 'Case' \"With\" Quotes.php" => tests/PHPUnit/CustomAffixes/Test 'Case' With Quotes.php (100%) diff --git a/tests/PHPUnit/CustomAffixes/!@#$%^&*()-_=+.php b/tests/PHPUnit/CustomAffixes/@#$%^&()-_=+.php similarity index 100% rename from tests/PHPUnit/CustomAffixes/!@#$%^&*()-_=+.php rename to tests/PHPUnit/CustomAffixes/@#$%^&()-_=+.php diff --git "a/tests/PHPUnit/CustomAffixes/Test 'Case' \"With\" Quotes.php" b/tests/PHPUnit/CustomAffixes/Test 'Case' With Quotes.php similarity index 100% rename from "tests/PHPUnit/CustomAffixes/Test 'Case' \"With\" Quotes.php" rename to tests/PHPUnit/CustomAffixes/Test 'Case' With Quotes.php