Compare commits

..

No commits in common. "a2cbb568ec64e6910627af6815496f0e20a9619c" and "9a8cf9a387fb7b2f7aa958e9e4914ef3e92a8dea" have entirely different histories.

4 changed files with 19 additions and 29 deletions

View File

@ -17,8 +17,5 @@
"symfony/yaml": "^6.4",
"psr/log": "^3.0",
"monolog/monolog": "^3.7"
},
"require-dev": {
"phpunit/phpunit": "^9.5"
}
}

View File

@ -1,7 +0,0 @@
<phpunit bootstrap="vendor/autoload.php">
<testsuites>
<testsuite name="Project Test Suite">
<directory>tests</directory>
</testsuite>
</testsuites>
</phpunit>

View File

@ -61,7 +61,7 @@
<textarea class="form-control" v-model="outputData" rows="6" readonly></textarea>
</div>
<div v-if="message" :class="{'text-success': success, 'text-danger': !success}" class="mt-1">
<div v-if="message" :class="{'text-success': success, 'text-danger': !success}" class="mt-3">
{{ message }}
</div>
</div>

View File