Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
Automatically Paginate Posts
Manage
Activity
Members
Labels
Plan
Issues
11
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
WP Plugins
Automatically Paginate Posts
Commits
8d71b77a
Commit
8d71b77a
authored
2 years ago
by
Erick Hitter
Browse files
Options
Downloads
Patches
Plain Diff
PHPCS
parent
fbc7d258
No related branches found
Branches containing commit
No related tags found
1 merge request
!5
Add block-editor support
Pipeline
#4960
passed with stages
Stage:
Stage:
in 2 minutes and 23 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/test-automatically-paginate-posts.php
+19
-1
19 additions, 1 deletion
tests/test-automatically-paginate-posts.php
with
19 additions
and
1 deletion
tests/test-automatically-paginate-posts.php
+
19
−
1
View file @
8d71b77a
...
...
@@ -6,11 +6,23 @@
*/
/**
* Class Test_Automatically_Paginate_Posts.
*
* @coversDefaultClass Automatically_Paginate_Posts
*/
class
SampleTest
extends
WP_UnitTestCase
{
class
Test_Automatically_Paginate_Posts
extends
WP_UnitTestCase
{
/**
* Plugin instance.
*
* @var Automatically_Paginate_Posts
*/
protected
$_instance
;
/**
* Prepare tests.
*
* @return void
*/
public
function
set_up
()
{
parent
::
set_up
();
...
...
@@ -18,7 +30,10 @@ class SampleTest extends WP_UnitTestCase {
}
/**
* Test magic getter.
*
* @covers ::__get()
* @returns void
*/
public
function
test___get
()
{
$this
->
assertEquals
(
...
...
@@ -36,7 +51,10 @@ class SampleTest extends WP_UnitTestCase {
}
/**
* Test modifications to plugin action links.
*
* @covers ::filter_plugin_action_links()
* @returns void
*/
public
function
test_filter_plugin_action_links
()
{
$this
->
assertEmpty
(
...
...
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