Issue #1598586 by Rob Loach: PSR-0 conversion of system lock.test
parent
b14cdc3ab0
commit
5be3d554cb
|
@ -1,11 +1,17 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Tests for the lock system.
|
* @file
|
||||||
|
* Definition of Drupal\system\Tests\Common\LockFunctionalTest.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
namespace Drupal\system\Tests\Common;
|
||||||
|
|
||||||
use Drupal\simpletest\WebTestBase;
|
use Drupal\simpletest\WebTestBase;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Tests the lock system.
|
||||||
|
*/
|
||||||
class LockFunctionalTest extends WebTestBase {
|
class LockFunctionalTest extends WebTestBase {
|
||||||
|
|
||||||
public static function getInfo() {
|
public static function getInfo() {
|
|
@ -17,7 +17,6 @@ files[] = tests/filetransfer.test
|
||||||
files[] = tests/form.test
|
files[] = tests/form.test
|
||||||
files[] = tests/image.test
|
files[] = tests/image.test
|
||||||
files[] = tests/installer.test
|
files[] = tests/installer.test
|
||||||
files[] = tests/lock.test
|
|
||||||
files[] = tests/menu.test
|
files[] = tests/menu.test
|
||||||
files[] = tests/module.test
|
files[] = tests/module.test
|
||||||
files[] = tests/pager.test
|
files[] = tests/pager.test
|
||||||
|
|
Loading…
Reference in New Issue