Skip to content

Commit

Permalink
Update phpunit.xml.dist, exclude debug.
Browse files Browse the repository at this point in the history
  • Loading branch information
terabytesoftw committed Aug 14, 2023
1 parent ed11887 commit a13cb2e
Showing 1 changed file with 1 addition and 37 deletions.
38 changes: 1 addition & 37 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -15,45 +15,9 @@
</include>
<exclude>
<directory>./src/TestSupport</directory>
<directory>./src/Debug</directory>
<directory>./tests</directory>
<directory>./vendor</directory>
<file>./src/Command/CommandInterface.php</file>
<file>./src/Command/ParamInterface.php</file>
<file>./src/Connection/ConnectionInterface.php</file>
<file>./src/Connection/ConnectionPoolInterface.php</file>
<file>./src/Constraint/ConstraintSchemaInterface.php</file>
<file>./src/Driver/DriverInterface.php</file>
<file>./src/Driver/PDO/CommandPDOInterface.php</file>
<file>./src/Driver/PDO/ConnectionPDOInterface.php</file>
<file>./src/Driver/PDO/ConnectionPDOPoolInterface.php</file>
<file>./src/Driver/PDO/PDODriverInterface.php</file>
<file>./src/Expression/ExpressionBuilderInterface.php</file>
<file>./src/Expression/ExpressionInterface.php</file>
<file>./src/Profiler/ProfilerInterface.php</file>
<file>./src/Query/BatchQueryResultInterface.php</file>
<file>./src/Query/Data/DataReaderInterface.php</file>
<file>./src/Query/QueryFunctionsInterface.php</file>
<file>./src/Query/QueryInterface.php</file>
<file>./src/Query/QueryPartsInterface.php</file>
<file>./src/QueryBuilder/Condition/Interface/BetweenColumnsConditionInterface.php</file>
<file>./src/QueryBuilder/Condition/Interface/BetweenConditionInterface.php</file>
<file>./src/QueryBuilder/Condition/Interface/ConditionInterface.php</file>
<file>./src/QueryBuilder/Condition/Interface/ConjunctionConditionInterface.php</file>
<file>./src/QueryBuilder/Condition/Interface/ExistConditionInterface.php</file>
<file>./src/QueryBuilder/Condition/Interface/HashConditionInterface.php</file>
<file>./src/QueryBuilder/Condition/Interface/InConditionInterface.php</file>
<file>./src/QueryBuilder/Condition/Interface/LikeConditionInterface.php</file>
<file>./src/QueryBuilder/Condition/Interface/NotConditionInterface.php</file>
<file>./src/QueryBuilder/Condition/Interface/SimpleConditionInterface.php</file>
<file>./src/QueryBuilder/DDLQueryBuilderInterface.php</file>
<file>./src/QueryBuilder/DMLQueryBuilderInterface.php</file>
<file>./src/QueryBuilder/DQLQueryBuilderInterface.php</file>
<file>./src/QueryBuilder/QueryBuilderInterface.php</file>
<file>./src/Schema/ColumnSchemaInterface.php</file>
<file>./src/Schema/QuoterInterface.php</file>
<file>./src/Schema/SchemaInterface.php</file>
<file>./src/Schema/TableSchemaInterface.php</file>
<file>./src/Transaction/TransactionInterface.php</file>
</exclude>
</source>
<php>
Expand Down

0 comments on commit a13cb2e

Please sign in to comment.