Skip to content

Commit 9dcd0f5

Browse files
committed
testing tests v6
1 parent 5c2df02 commit 9dcd0f5

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

tests/TranslatorTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
use PHPUnit\Framework\TestCase;
34
use wUFr\Translator;
45

tests/locales/en_US/testValues.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<?php
2+
13
$l = [
24
"helloWorld" => "hello world",
35
"BasedOnNumber" => [

0 commit comments

Comments
 (0)