Skip to content

Commit

Permalink
Add more @Covers directives for the Database trait
Browse files Browse the repository at this point in the history
  • Loading branch information
nitriques committed Mar 19, 2019
1 parent 7322bbc commit 5dc8dd6
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/lib/toolkit/DatabaseAlterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

/**
* @covers DatabaseAlter
* @covers DatabaseKeyDefinition
* @covers DatabaseColumnDefinition
*/
final class DatabaseAlterTest extends TestCase
{
Expand Down
2 changes: 2 additions & 0 deletions tests/lib/toolkit/DatabaseCreateTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

/**
* @covers DatabaseCreate
* @covers DatabaseKeyDefinition
* @covers DatabaseColumnDefinition
*/
final class DatabaseCreateTest extends TestCase
{
Expand Down
1 change: 1 addition & 0 deletions tests/lib/toolkit/DatabaseDeleteTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

/**
* @covers DatabaseDelete
* @covers DatabaseWhereDefinition
*/
final class DatabaseDeleteTest extends TestCase
{
Expand Down
1 change: 1 addition & 0 deletions tests/lib/toolkit/DatabaseShowTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

/**
* @covers DatabaseShow
* @covers DatabaseWhereDefinition
*/
final class DatabaseShowTest extends TestCase
{
Expand Down
1 change: 1 addition & 0 deletions tests/lib/toolkit/DatabaseUpdateTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

/**
* @covers DatabaseUpdate
* @covers DatabaseWhereDefinition
*/
final class DatabaseUpdateTest extends TestCase
{
Expand Down

0 comments on commit 5dc8dd6

Please sign in to comment.