Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal-3443205
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Issue forks
drupal-3443205
Commits
ef4ba313
Commit
ef4ba313
authored
12 years ago
by
catch
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
core/modules/syslog/lib/Drupal/syslog/Tests/SyslogTest.php
+4
-2
4 additions, 2 deletions
core/modules/syslog/lib/Drupal/syslog/Tests/SyslogTest.php
core/modules/syslog/syslog.info
+0
-1
0 additions, 1 deletion
core/modules/syslog/syslog.info
with
4 additions
and
3 deletions
core/modules/syslog/
syslog.test
→
core/modules/syslog/
lib/Drupal/syslog/Tests/SyslogTest.php
+
4
−
2
View file @
ef4ba313
...
...
@@ -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
SyslogTest
Case
extends
WebTestBase
{
class
SyslogTest
extends
WebTestBase
{
public
static
function
getInfo
()
{
return
array
(
'name'
=>
'Syslog functionality'
,
...
...
This diff is collapsed.
Click to expand it.
core/modules/syslog/syslog.info
+
0
−
1
View file @
ef4ba313
...
...
@@ -3,4 +3,3 @@ description = Logs and records system events to syslog.
package = Core
version = VERSION
core = 8.x
files[] = syslog.test
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment