Skip to content

Commit

Permalink
Remove src\TestSupport\TestBatchQueryResultTrait::class from `yiiso…
Browse files Browse the repository at this point in the history
…ft/db`.
  • Loading branch information
terabytesoftw committed Nov 30, 2022
1 parent 7b415eb commit f42ab01
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tests/BatchQueryResultTest.php
Expand Up @@ -4,12 +4,13 @@

namespace Yiisoft\Db\Mssql\Tests;

use Yiisoft\Db\TestSupport\TestBatchQueryResultTrait;
use Yiisoft\Db\Mssql\Tests\Support\TestTrait;
use Yiisoft\Db\Tests\Common\CommonBatchQueryResultTest;

/**
* @group mssql
*/
final class BatchQueryResultTest extends TestCase
final class BatchQueryResultTest extends CommonBatchQueryResultTest
{
use TestBatchQueryResultTrait;
use TestTrait;
}

0 comments on commit f42ab01

Please sign in to comment.