Skip to content

Commit

Permalink
Modified assertTableRowExists() and assertTableRowNotExists() php doc
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelgfeller committed Mar 18, 2024
1 parent 26dc647 commit 0e4829b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Traits/DatabaseTableTestTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ protected function getTableRowCount(string $table): int
}

/**
* Asserts that a given table contains a given number of rows.
* Asserts that a given table row exists.
*
* @param string $table Table to look into
* @param int $id The id
Expand Down Expand Up @@ -174,7 +174,7 @@ protected function findTableRowById(string $table, int $id): array
}

/**
* Asserts that a given table contains a given number of rows.
* Asserts that a given table row does not exist.
*
* @param string $table Table to look into
* @param int $id The id
Expand Down

0 comments on commit 0e4829b

Please sign in to comment.