public function SystemRequirementsTest::testPhpVersionWithPdoDisallowMultipleStatements in Drupal 8
@covers ::phpVersionWithPdoDisallowMultipleStatements @dataProvider providerTestPhpVersionWithPdoDisallowMultipleStatements @expectedDeprecation Drupal\system\SystemRequirements::phpVersionWithPdoDisallowMultipleStatements() is deprecated in Drupal 8.8.0 and will be removed before Drupal 9.0.0. All supported PHP versions support disabling multi-statement queries in MySQL. See https://www.drupal.org/node/3054692
File
- core/
modules/ system/ tests/ src/ Unit/ SystemRequirementsTest.php, line 20
Class
- SystemRequirementsTest
- @coversDefaultClass \Drupal\system\SystemRequirements @group system @group legacy
Namespace
Drupal\Tests\system\UnitCode
public function testPhpVersionWithPdoDisallowMultipleStatements($version, $expected) {
$this
->assertEquals($expected, SystemRequirements::phpVersionWithPdoDisallowMultipleStatements($version));
}