diff --git a/tests/fixes/token-fixes/class-hyphenate-fix-test.php b/tests/fixes/token-fixes/class-hyphenate-fix-test.php index 53c0a72..923804a 100644 --- a/tests/fixes/token-fixes/class-hyphenate-fix-test.php +++ b/tests/fixes/token-fixes/class-hyphenate-fix-test.php @@ -197,7 +197,7 @@ public function test_get_hyphenator() { $h = $this->fix->get_hyphenator( $s ); $this->assertInstanceOf( \PHP_Typography\Hyphenator::class, $h ); - $settings_data = $this->get_value( $s, 'data' ); + $settings_data = $this->get_value( $s, 'data' ); $settings_data[ Settings::HYPHENATION_CUSTOM_EXCEPTIONS ] = [ 'bar-foo' ]; $this->set_value( $s, 'data', $settings_data );