Skip to content

Commit

Permalink
fixup! Added tests for DB gateway service
Browse files Browse the repository at this point in the history
  • Loading branch information
vidarl committed Oct 18, 2018
1 parent 8afdb5a commit 632e36a
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions tests/bundle/Command/GatewayTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ public function getContentTypeIdsProvider()

/**
* @dataProvider getContentTypeIdsProvider
* @param $identifiers
* @param $expected
* @param [] $identifiers
* @param [] $expected
*/
public function testGetContentTypeIds($identifiers, $expected)
{
Expand Down Expand Up @@ -102,9 +102,9 @@ public function getRowCountOfContentObjectAttributesProvider()

/**
* @dataProvider getRowCountOfContentObjectAttributesProvider
* @param $datatypeString
* @param $contentId
* @param $expectedCount
* @param string $datatypeString
* @param int $contentId
* @param int $expectedCount
*/
public function testGetRowCountOfContentObjectAttributes($datatypeString, $contentId, $expectedCount)
{
Expand Down Expand Up @@ -246,11 +246,11 @@ public function getFieldRowsProvider()

/**
* @dataProvider getFieldRowsProvider
* @param $datatypeString
* @param $contentId
* @param $offset
* @param $limit
* @param $expectedRows
* @param string $datatypeString
* @param int $contentId
* @param int $offset
* @param int $limit
* @param [] $expectedRows
*/
public function testGetFieldRows($datatypeString, $contentId, $offset, $limit, $expectedRows)
{
Expand Down

0 comments on commit 632e36a

Please sign in to comment.