Issue #1591348 by aspilicious: Fixed Convert dblog tests to PSR-0.

8.0.x
catch 2012-05-28 20:17:55 +09:00
parent 0e56a23dea
commit 349517fab0
2 changed files with 5 additions and 5 deletions

View File

@ -3,4 +3,3 @@ description = Logs and records system events to the database.
package = Core
version = VERSION
core = 8.x
files[] = dblog.test

View File

@ -2,13 +2,15 @@
/**
* @file
* Tests for dblog.module.
* Definition of Drupal\dblog\Tests\DBLogTest.
*/
namespace Drupal\dblog\Tests;
use Drupal\simpletest\WebTestBase;
use SimpleXMLElement;
class DBLogTestCase extends WebTestBase {
class DBLogTest extends WebTestBase {
protected $profile = 'standard';
protected $big_user;
@ -592,4 +594,3 @@ class DBLogTestCase extends WebTestBase {
$this->assertLink(html_entity_decode($message_text), 0, $message);
}
}