From ea22aa90e3349308562ffb12ba7428da805b74c2 Mon Sep 17 00:00:00 2001 From: Tigrov Date: Sat, 29 Jun 2024 16:40:59 +0700 Subject: [PATCH] Rename tests --- tests/QueryBuilderTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/QueryBuilderTest.php b/tests/QueryBuilderTest.php index 92cfd67f..a3d97dc7 100644 --- a/tests/QueryBuilderTest.php +++ b/tests/QueryBuilderTest.php @@ -683,7 +683,7 @@ public function testJsonOverlapsConditionBuilder(): void } /** @dataProvider \Yiisoft\Db\Mysql\Tests\Provider\QueryBuilderProvider::overlapsCondition */ - public function testOverlapsCondition(iterable|ExpressionInterface $values, int $expectedCount): void + public function testJsonOverlapsCondition(iterable|ExpressionInterface $values, int $expectedCount): void { $db = $this->getConnection(); @@ -704,7 +704,7 @@ public function testOverlapsCondition(iterable|ExpressionInterface $values, int } /** @dataProvider \Yiisoft\Db\Mysql\Tests\Provider\QueryBuilderProvider::overlapsCondition */ - public function testOverlapsConditionOperator(iterable|ExpressionInterface $values, int $expectedCount): void + public function testJsonOverlapsConditionOperator(iterable|ExpressionInterface $values, int $expectedCount): void { $db = $this->getConnection();