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 17, 2018
1 parent ea0b972 commit 6c18339
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions tests/bundle/Command/BaseTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
*
* @copyright Copyright (C) eZ Systems AS. All rights reserved.
* @license For full copyright and license information view LICENSE file distributed with this source code.
*
* @version //autogentag//
*/
namespace EzSystems\EzPlatformXmlTextFieldTypeBundle\Tests\Command;

Expand Down
4 changes: 0 additions & 4 deletions tests/bundle/Command/GatewayTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,9 @@
*
* @copyright Copyright (C) eZ Systems AS. All rights reserved.
* @license For full copyright and license information view LICENSE file distributed with this source code.
*
* @version //autogentag//
*/
namespace EzSystems\EzPlatformXmlTextFieldTypeBundle\Tests\Command;

use Symfony\Component\Console\Output\OutputInterface;
use PDO;

class GatewayTest extends BaseTest
Expand Down Expand Up @@ -41,7 +38,6 @@ public function getContentTypeIdsProvider()
*/
public function testGetContentTypeIds($identifiers, $expected)
{
//$this->getSetupFactory()->resetDB();
$this->insertDatabaseFixture(__DIR__ . '/_fixtures/contentclass.php');
$gatewayService = $this->getGatewayService();
$ids = $gatewayService->getContentTypeIds($identifiers);
Expand Down
2 changes: 0 additions & 2 deletions tests/lib/SetupFactory/LegacyEmptyDBSetupFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
*
* @copyright Copyright (C) eZ Systems AS. All rights reserved.
* @license For full copyright and license information view LICENSE file distributed with this source code.
*
* @version //autogentag//
*/
namespace EzSystems\EzPlatformXmlTextFieldType\Tests\SetupFactory;

Expand Down

0 comments on commit 6c18339

Please sign in to comment.