Skip to content
This repository was archived by the owner on Oct 20, 2025. It is now read-only.

Commit 026efc4

Browse files
committed
Refactor PHPUnit configuration: rename manual tests directory and migrate HelloWorldTest to new location with updated structure.
1 parent 5403f5c commit 026efc4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

phpunit.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<phpunit>
22
<testsuites>
3-
<testsuite name="Manual Tests">
4-
<directory>./test/manualTest</directory>
3+
<testsuite name="Tests PhpSlides Framework">
4+
<directory>./test/PHPUnit</directory>
55
</testsuite>
66
</testsuites>
77
<bootstrap>vendor/autoload.php</bootstrap>

0 commit comments

Comments
 (0)