Skip to content
Snippets Groups Projects
Commit ef4ba313 authored by catch's avatar catch
Browse files

Issue #1594160 by aspilicious: Convert syslog tests to PSR-0.

parent c787f37a
No related branches found
No related tags found
No related merge requests found
......@@ -2,15 +2,17 @@
/**
* @file
* Tests for syslog.module.
* Definition of Drupal\syslog\Tests\SyslogTest.
*/
namespace Drupal\syslog\Tests;
use Drupal\simpletest\WebTestBase;
/**
* Tests the Syslog module functionality.
*/
class SyslogTestCase extends WebTestBase {
class SyslogTest extends WebTestBase {
public static function getInfo() {
return array(
'name' => 'Syslog functionality',
......
......@@ -3,4 +3,3 @@ description = Logs and records system events to syslog.
package = Core
version = VERSION
core = 8.x
files[] = syslog.test
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment