Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
C
Cron-Control
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
WP Plugins
Cron-Control
Commits
db7f4d31
Commit
db7f4d31
authored
Sep 10, 2017
by
Erick Hitter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
PHPCS fixes
parent
1eda7c35
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
tests/test-misc.php
tests/test-misc.php
+5
-5
No files found.
tests/test-misc.php
View file @
db7f4d31
<?php
/**
*
Class Misc_T
ests
*
Miscellaneous t
ests
*
* @package
Automatti
c_Cron_Control
* @package
a8
c_Cron_Control
*/
namespace
Automattic\WP\Cron_Control\Tests
;
/**
*
Sample test case.
*
Misc tests
*/
class
Misc_Tests
extends
\
WP_UnitTestCase
{
/**
...
...
@@ -17,7 +17,7 @@ class Misc_Tests extends \WP_UnitTestCase {
function
setUp
()
{
parent
::
setUp
();
// make sure the schedule is clear
// make sure the schedule is clear
.
_set_cron_array
(
array
()
);
}
...
...
@@ -25,7 +25,7 @@ class Misc_Tests extends \WP_UnitTestCase {
* Clean up after our tests
*/
function
tearDown
()
{
// make sure the schedule is clear
// make sure the schedule is clear
.
_set_cron_array
(
array
()
);
parent
::
tearDown
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment