Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
WP Plugins
Cron-Control
Commits
e0b5a92b
Verified
Commit
e0b5a92b
authored
Nov 11, 2016
by
Erick Hitter
Browse files
Prepare for tests of internal events
parent
5262b0dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/test-internal-events.php
0 → 100755
View file @
e0b5a92b
<?php
/**
* Class WPCCR_Internal_Events_Test
*
* @package WP_Cron_Control_Revisited
*/
/**
* Sample test case.
*/
class
WPCCR_Internal_Events_Test
extends
WP_UnitTestCase
{
/**
* Internal events should be scheduled
*/
function
test_events
()
{
$this
->
assertTrue
(
true
);
}
}
Write
Preview
Supports
Markdown
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