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

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

parent 5988bdf8
No related branches found
No related tags found
No related merge requests found
......@@ -199,4 +199,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