Skip to content

Commit

Permalink
Merge pull request #12 from WordPress/sqlite-translator/use-transactions
Browse files Browse the repository at this point in the history
Fix PHPUnit tests
  • Loading branch information
aristath authored Feb 28, 2023
2 parents 8d45373 + e943101 commit 22d4481
Show file tree
Hide file tree
Showing 9 changed files with 393 additions and 428 deletions.
20 changes: 20 additions & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<phpunit
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/9.2/phpunit.xsd"
bootstrap="tests/bootstrap.php"
backupGlobals="false"
colors="true"
beStrictAboutTestsThatDoNotTestAnything="true"
beStrictAboutOutputDuringTests="true"
convertErrorsToExceptions="true"
convertWarningsToExceptions="true"
convertNoticesToExceptions="true"
convertDeprecationsToExceptions="true"
>
<testsuites>
<!-- Default test suite to run all tests. -->
<testsuite name="default">
<directory suffix=".php">tests/</directory>
</testsuite>
</testsuites>
</phpunit>
85 changes: 0 additions & 85 deletions tests/QueryRewriterTests.php

This file was deleted.

Loading

0 comments on commit 22d4481

Please sign in to comment.