diff --git a/tests/ClientTest.php b/tests/ClientTest.php index 1459a98b0..cc09f4919 100644 --- a/tests/ClientTest.php +++ b/tests/ClientTest.php @@ -38,16 +38,16 @@ public function testGetVersion() ); } - /** - * @deprecated The class constant will be removed in Solarium 6.3.0. - */ - public function testVersionConstant() - { - $this->assertSame( - self::$installedVersion, - Client::VERSION - ); - } +// /** +// * @deprecated The class constant will be removed in Solarium 6.3.0. +// */ +// public function testVersionConstant() +// { +// $this->assertSame( +// self::$installedVersion, +// Client::VERSION +// ); +// } public function testCheckExact() {