From 2c4199086fc8a420b1a6d5a4c5a80857bfb4d0de Mon Sep 17 00:00:00 2001 From: Toby Powell-Blyth Date: Thu, 8 Apr 2021 11:08:05 +0100 Subject: [PATCH] Spelling - seperator should be separator --- tests/Core/File/FindEndOfStatementTest.php | 2 +- tests/Core/File/FindStartOfStatementTest.php | 2 +- tests/Core/Tokenizer/BackfillNumericSeparatorTest.php | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/Core/File/FindEndOfStatementTest.php b/tests/Core/File/FindEndOfStatementTest.php index 7b4b6db9cd..7bff26b566 100644 --- a/tests/Core/File/FindEndOfStatementTest.php +++ b/tests/Core/File/FindEndOfStatementTest.php @@ -278,7 +278,7 @@ public function testMatchDefault() /** - * Test multiple comma-seperated match expression case values. + * Test multiple comma-separated match expression case values. * * @return void */ diff --git a/tests/Core/File/FindStartOfStatementTest.php b/tests/Core/File/FindStartOfStatementTest.php index 9ff0680caa..33c0686ea4 100644 --- a/tests/Core/File/FindStartOfStatementTest.php +++ b/tests/Core/File/FindStartOfStatementTest.php @@ -315,7 +315,7 @@ public function testMatchDefault() /** - * Test multiple comma-seperated match expression case values. + * Test multiple comma-separated match expression case values. * * @return void */ diff --git a/tests/Core/Tokenizer/BackfillNumericSeparatorTest.php b/tests/Core/Tokenizer/BackfillNumericSeparatorTest.php index 443cc30ef1..ee4275a214 100644 --- a/tests/Core/Tokenizer/BackfillNumericSeparatorTest.php +++ b/tests/Core/Tokenizer/BackfillNumericSeparatorTest.php @@ -1,6 +1,6 @@ * @copyright 2019 Squiz Pty Ltd (ABN 77 084 670 600) @@ -16,7 +16,7 @@ class BackfillNumericSeparatorTest extends AbstractMethodUnitTest /** - * Test that numbers using numeric seperators are tokenized correctly. + * Test that numbers using numeric separators are tokenized correctly. * * @param array $testData The data required for the specific test case. * @@ -145,7 +145,7 @@ public function dataTestBackfill() /** - * Test that numbers using numeric seperators which are considered parse errors and/or + * Test that numbers using numeric separators which are considered parse errors and/or * which aren't relevant to the backfill, do not incorrectly trigger the backfill anyway. * * @param string $testMarker The comment which prefaces the target token in the test file.