Add phpunit test to add all additions to smarty

This commit is contained in:
2024-12-27 10:30:27 +09:00
parent fd369a7115
commit 39bfcecd3f
9 changed files with 328 additions and 0 deletions

14
phpunit.xml Normal file
View File

@@ -0,0 +1,14 @@
<?xml version="1.0"?>
<phpunit
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
colors="true"
bootstrap="test/bootstrap.php"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.3/phpunit.xsd"
cacheDirectory=".phpunit.cache"
>
<testsuites>
<testsuite name="deploy">
<directory>test</directory>
</testsuite>
</testsuites>
</phpunit>