From 5c2eb900026afbfe0461485afae8a06852e474f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20B=C4=9Blsk=C3=BD?= Date: Thu, 12 Dec 2024 20:38:15 +0000 Subject: [PATCH] fix(tests): using tabs for indentation --- tests/TranslatorTest.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/TranslatorTest.php b/tests/TranslatorTest.php index 0659d80..a30ecbe 100644 --- a/tests/TranslatorTest.php +++ b/tests/TranslatorTest.php @@ -5,11 +5,11 @@ class TranslatorTest extends TestCase { - public function testHelloWorld() - { - $translator = new Translator(dir: "./tests/locales/", lang: "en_US"); - $this->assertEquals('hello world', $translator->locale('testValues', 'helloWorld')); - } + public function testHelloWorld() + { + $translator = new Translator(dir: "./tests/locales/", lang: "en_US"); + $this->assertEquals('hello world', $translator->locale('testValues', 'helloWorld')); + } public function testBasedOnNumber() {