diff --git a/core/tests/Drupal/Tests/Core/Entity/EntityCreateAccessCheckTest.php b/core/tests/Drupal/Tests/Core/Entity/EntityCreateAccessCheckTest.php index e68f1b5..ad091b8 100644 --- a/core/tests/Drupal/Tests/Core/Entity/EntityCreateAccessCheckTest.php +++ b/core/tests/Drupal/Tests/Core/Entity/EntityCreateAccessCheckTest.php @@ -71,7 +71,7 @@ public function providerTestAccess() { array('', 'entity_test:{bundle_argument}', FALSE, AccessCheckInterface::DENY), // When the bundle is not provided, access should be denied even if the // access controller would allow access. - array('', 'entity_test:{bundle_argument}',TRUE, AccessCheckInterface::DENY), + array('', 'entity_test:{bundle_argument}', TRUE, AccessCheckInterface::DENY), ); }