Loading core/tests/Drupal/KernelTests/Core/Database/ConnectionTest.php +7 −0 Original line number Diff line number Diff line Loading @@ -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()); } } Loading
core/tests/Drupal/KernelTests/Core/Database/ConnectionTest.php +7 −0 Original line number Diff line number Diff line Loading @@ -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()); } }