Skip to content
Snippets Groups Projects
Commit 5be3d554 authored by Jennifer Hodgdon's avatar Jennifer Hodgdon
Browse files

Issue #1598586 by Rob Loach: PSR-0 conversion of system lock.test

parent b14cdc3a
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
<?php
/**
* Tests for the lock system.
* @file
* Definition of Drupal\system\Tests\Common\LockFunctionalTest.
*/
namespace Drupal\system\Tests\Common;
use Drupal\simpletest\WebTestBase;
/**
* Tests the lock system.
*/
class LockFunctionalTest extends WebTestBase {
public static function getInfo() {
......
......@@ -17,7 +17,6 @@ files[] = tests/filetransfer.test
files[] = tests/form.test
files[] = tests/image.test
files[] = tests/installer.test
files[] = tests/lock.test
files[] = tests/menu.test
files[] = tests/module.test
files[] = tests/pager.test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment