$this->assertTrue(version_compare($minimum_supported_php,\Drupal::MINIMUM_PHP,'>='),"\Drupal::MINIMUM_SUPPORTED_PHP should be greater or equal to \Drupal::MINIMUM_PHP");
$this->assertTrue(version_compare($recommended_php,\Drupal::MINIMUM_SUPPORTED_PHP,'>='),"\Drupal::RECOMMENDED_PHP should be greater or equal to \Drupal::MINIMUM_SUPPORTED_PHP");
// As this test depends on the $normalizer function it is tested.