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

}