Skip to content

Commit

Permalink
Merge pull request LM-Commons#73 from visto9259/refactor_test
Browse files Browse the repository at this point in the history
Refactor directory "tests" to "test"
  • Loading branch information
visto9259 authored Nov 23, 2024
2 parents 039f0e7 + 3238c9e commit c79b03e
Show file tree
Hide file tree
Showing 15 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
"autoload-dev": {
"psr-4": {
"LmcCorsTest\\": "tests/"
"LmcCorsTest\\": "test/"
}
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
bootstrap="./tests/Bootstrap.php"
bootstrap="./test/Bootstrap.php"
colors="true"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd"
cacheDirectory=".phpunit.cache">
<testsuite name="LmcCors tests">
<directory>./tests</directory>
<directory>./test</directory>
</testsuite>
<source>
<include>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit c79b03e

Please sign in to comment.