Skip to content

Commit

Permalink
garbage
Browse files Browse the repository at this point in the history
  • Loading branch information
krowinski committed Jan 29, 2024
1 parent 334e04f commit c5e6aa5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 93 deletions.
56 changes: 0 additions & 56 deletions .travis.yml

This file was deleted.

36 changes: 0 additions & 36 deletions .travis/initializedb.sh

This file was deleted.

2 changes: 1 addition & 1 deletion phpunit.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" backupGlobals="false" bootstrap="tests/bootstrap.php" colors="true" processIsolation="false"
stopOnFailure="false" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd" cacheDirectory=".phpunit.cache"
stopOnFailure="false" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd" cacheDirectory=".cache/phpunit"
backupStaticProperties="false">
<testsuites>
<testsuite name="Integration Suite">
Expand Down

0 comments on commit c5e6aa5

Please sign in to comment.