Skip to content

Commit cb3ba84

Browse files
Removed redundant test
1 parent 4340b78 commit cb3ba84

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/StatementTest.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,6 @@ public function testSetAndGetQuery()
5656
$this->assertSame($query, $statement->getQuery());
5757
}
5858

59-
public function testExecuteSuccess()
60-
{
61-
$results = $this->statement->execute();
62-
$this->assertTrue($results);
63-
}
64-
6559
public function testExplain()
6660
{
6761
$explanation = $this->statement->explain();

0 commit comments

Comments
 (0)