Skip to content

Commit 1de88af

Browse files
committed
testing tests v3
1 parent 6419553 commit 1de88af

File tree

4 files changed

+7
-0
lines changed

4 files changed

+7
-0
lines changed

.github/workflows/test_release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,8 @@ jobs:
3232
- name: Install dependencies
3333
run: composer install
3434

35+
- name: Regenerate autoload files
36+
run: composer dump-autoload
37+
3538
- name: Run tests
3639
run: ./vendor/bin/phpunit --configuration phpunit.xml

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
"phpunit/phpunit": "^9.0"
1515
},
1616
"autoload": {
17+
"psr-4": {
18+
"wUFr\\": "src/"
19+
},
1720
"classmap": ["src/"]
1821
}
1922
}
File renamed without changes.

tests/TranslatorTest.php

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

45
class TranslatorTest extends TestCase
56
{

0 commit comments

Comments
 (0)