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

Commit b303513

Browse files
committed
updated
1 parent 9da29f0 commit b303513

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"homepage": "https://github.com/PhpSlides",
55
"type": "library",
66
"license": "MIT",
7-
"keywords": [ "framework", "phpslides" ],
7+
"keywords": ["framework", "phpslides"],
88
"support": {
99
"issues": "https://github.com/PhpSlides/framework/issues",
1010
"source": "https://github.com/PhpSlides/framework"
@@ -35,20 +35,20 @@
3535
"PhpSlides\\Core\\": "src/",
3636
"PhpSlides\\Router\\": "Router/"
3737
},
38-
"files": [ "src/Bootstrap/App.php" ]
38+
"files": ["src/Bootstrap/App.php"]
3939
},
4040
"autoload-dev": {
4141
"psr-4": {
42-
"PhpSlides\\Tests\\": "tests/tests/"
42+
"PhpSlides\\Tests\\": "tests/__tests__/"
4343
}
4444
},
4545
"config": {
4646
"preferred-install": "dist"
4747
},
4848
"scripts": {
4949
"test": "phpunit || vendor/bin/phpunit || php vendor/bin/phpunit",
50-
"post-install-cmd": [ "PhpSlides\\Core\\Cache\\Cache::clear()" ]
50+
"post-install-cmd": ["PhpSlides\\Core\\Cache\\Cache::clear()"]
5151
},
5252
"minimum-stability": "stable",
5353
"prefer-stable": true
54-
}
54+
}

phpunit.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
backupStaticProperties="false">
1111
<testsuites>
1212
<testsuite name="PhpSlides Test Suite">
13-
<directory>tests/tests</directory>
13+
<directory>tests/__tests__</directory>
1414
</testsuite>
1515
</testsuites>
1616

0 commit comments

Comments
 (0)