Skip to content

Commit

Permalink
Change methods to static CommandPDOProvider. (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
terabytesoftw committed Feb 17, 2023
1 parent c792faf commit 29de654
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 32 deletions.
23 changes: 0 additions & 23 deletions tests/CommandPDOTest.php
Expand Up @@ -15,27 +15,4 @@
final class CommandPDOTest extends CommonCommandPDOTest
{
use TestTrait;

/**
* @dataProvider \Yiisoft\Db\Mysql\Tests\Provider\CommandPDOProvider::bindParam()
*/
public function testBindParam(
string $field,
string $name,
mixed $value,
int $dataType,
int|null $length,
mixed $driverOptions,
array $expected,
): void {
parent::testBindParam($field, $name, $value, $dataType, $length, $driverOptions, $expected);
}

/**
* @dataProvider \Yiisoft\Db\Mysql\Tests\Provider\CommandPDOProvider::bindParamsNonWhere()
*/
public function testBindParamsNonWhere(string $sql): void
{
parent::testBindParamsNonWhere($sql);
}
}
9 changes: 0 additions & 9 deletions tests/Provider/CommandPDOProvider.php

This file was deleted.

0 comments on commit 29de654

Please sign in to comment.