Facile\DoctrineMySQLComeBack\Doctrine\DBAL\ConnectionTest::testIsUpdateQuery PHP Method

testIsUpdateQuery() public method

public testIsUpdateQuery ( string $query, boolean $expected )
$query string
$expected boolean
    public function testIsUpdateQuery($query, $expected)
    {
        static::assertEquals($expected, $this->connection->isUpdateQuery($query));
    }