Skip to content
Snippets Groups Projects
Unverified Commit 14ac9347 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3259532 by mondrake, murilohp: Add a kernel test for Connection::hasJson

(cherry picked from commit c3021cf6)
parent 613a875a
No related branches found
No related tags found
No related merge requests found
......@@ -246,4 +246,11 @@ public function testCondition() {
$this->assertSame($namespace, get_class($condition));
}
/**
* Tests that the method ::hasJson() returns TRUE.
*/
public function testHasJson() {
$this->assertTrue($this->connection->hasJson());
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment