From 5be3d554cb482d0b843eb493068c1ba2200af2b0 Mon Sep 17 00:00:00 2001 From: Jennifer Hodgdon Date: Wed, 6 Jun 2012 10:26:18 -0700 Subject: [PATCH] Issue #1598586 by Rob Loach: PSR-0 conversion of system lock.test --- .../Drupal/system/Tests/Common/LockFunctionalTest.php} | 8 +++++++- core/modules/system/system.info | 1 - 2 files changed, 7 insertions(+), 2 deletions(-) rename core/modules/system/{tests/lock.test => lib/Drupal/system/Tests/Common/LockFunctionalTest.php} (96%) diff --git a/core/modules/system/tests/lock.test b/core/modules/system/lib/Drupal/system/Tests/Common/LockFunctionalTest.php similarity index 96% rename from core/modules/system/tests/lock.test rename to core/modules/system/lib/Drupal/system/Tests/Common/LockFunctionalTest.php index 65dcf806bcd..4c1e4193df2 100644 --- a/core/modules/system/tests/lock.test +++ b/core/modules/system/lib/Drupal/system/Tests/Common/LockFunctionalTest.php @@ -1,11 +1,17 @@