Skip to content

Commit

Permalink
Miscellaneous fixes. (#436)
Browse files Browse the repository at this point in the history
* Exclude more interfaces.
* Fix phpdoc Command::class, CommandInterface::class.
* Fix phpdoc ParamBuilder::class, ParamInterface::class.
* Add more tests.
  • Loading branch information
terabytesoftw committed Dec 28, 2022
1 parent 10e75d9 commit d941433
Show file tree
Hide file tree
Showing 8 changed files with 346 additions and 204 deletions.
4 changes: 4 additions & 0 deletions phpunit.xml.dist
Expand Up @@ -46,6 +46,10 @@
<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>
Expand Down

0 comments on commit d941433

Please sign in to comment.