Skip to content

Commit

Permalink
Test filename
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-boudry committed May 5, 2024
1 parent be55a3e commit 51600d1
Show file tree
Hide file tree
Showing 76 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 @@ -80,7 +80,7 @@
"/Dev/",
"/Docs",
"/Examples",
"/Tests",
"/tests",
"*.dist"
]
},
Expand Down
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" colors="true" bootstrap="vendor/autoload.php" executionOrder="default" resolveDependencies="true" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.1/phpunit.xsd" cacheDirectory=".phpunit.cache" requireCoverageMetadata="false">
<testsuites>
<testsuite name="PHPUnit tests">
<directory>./Tests</directory>
<directory>./tests</directory>
</testsuite>
</testsuites>
<groups>
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.
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.
2 changes: 1 addition & 1 deletion test/src/ElectionTest.php → tests/src/ElectionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@
);

unserialize(
file_get_contents('Tests/src/ElectionData/serialized_election_v3.2.0.txt')
file_get_contents(__DIR__.'/ElectionData/serialized_election_v3.2.0.txt')
);
});

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 51600d1

Please sign in to comment.