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
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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());
  }

}