Title: Rewrite Rule Testing
Author: Matthew Boynes
Published: <strong>2014 年 5 月 20 日</strong>
Last modified: 2014 年 5 月 20 日

---

搜索插件

**该插件尚未通过WordPress的最新3个主要版本进行测试**。 当与较新版本的WordPress一起
使用时，可能不再受到维护或支持，并且可能会存在兼容性问题。

![](https://s.w.org/plugins/geopattern-icon/rewrite-testing.svg)

# Rewrite Rule Testing

 作者：[Matthew Boynes](https://profiles.wordpress.org/mboynes/)

[下载](https://downloads.wordpress.org/plugin/rewrite-testing.0.1.1.zip)

 * [详情](https://cn.wordpress.org/plugins/rewrite-testing/#description)
 * [评价](https://cn.wordpress.org/plugins/rewrite-testing/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/rewrite-testing/#installation)
 * [开发进展](https://cn.wordpress.org/plugins/rewrite-testing/#developers)

 [支持](https://wordpress.org/support/plugin/rewrite-testing/)

## 描述

This plugin provides a simple interface for testing your custom rewrite rules.

The purpose of this plugin is to be able to test your _own_ rewrite rules, so
 you’re
probably most interested in knowing how to do that, right? The plugin provides a
filter, `rewrite_testing_tests` to add your own tests. That filter passes an associative
array of name => tests. The tests array is an associative array of URI => expected
match. In the outer array, the “name” is arbitrary and for your own reference. In
the inner array, the “URI” is the path you want to test, and the “expected match”
is what WordPress should find as a rewrite match.

Enough chit-chat, here’s an example:

    ```
    function my_rewrite_tests( $tests ) {
      return array(
        'Events' => array(
          '/event/super-bowl/' => 'index.php?event=$matches[1]',
          '/event/super-bowl/page/2/' => 'index.php?event=$matches[1]&paged=$matches[2]'
        )
      );
    }
    add_filter( 'rewrite_testing_tests', 'my_rewrite_tests' );
    ```

You can see the `test_cases()` method for a full suite of tests for the “Day
 and
Name” permalink structure. It’s not necessary to leave these in (in fact, the above
demo would wipe them out), unless you want to make sure that your custom rewrites
aren’t affecting core rewrites. If you aren’t using “Day and Name” permalinks, you’ll
need to adjust the tests to fit your permalink structure.

### Todo

 * Add a debug bar extension which reads a transient; the transient would be
    updated
   whenever rewrite rules are flushed. The debug bar extension would show pass/fail
   status and link directly to the settings page.
 * Add tests for other permalink structures?
 * Add a way to run this as part of phpunit

## 屏幕截图

 * [[
 * Sample output of passing rules
 * [[
 * Sample output of failing rules

## 安装

 1. Upload to the /wp-content/plugins/ directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Go to Tools → Rewrite Testing

## 常见问题

  I installed this and my tests failed, what gives?

Out-of-the-box, this plugin is setup to test core rewrites for the “Day and
 Name”
permalink structure. The purpose of this plugin is not to test core rewrites; these
are just to serve as a demonstration.

## 评价

![](https://secure.gravatar.com/avatar/b3d80bf07ca0adc8c136dd0e88385a0471134fe362967df4a5faa4a752bdc810?
s=60&d=retro&r=g)

### 󠀁[Nice](https://wordpress.org/support/topic/nice-1659/)󠁿

 [Simon Blackbourn](https://profiles.wordpress.org/lumpysimon/) 2016 年 9 月 3 日

Regex and WordPress rewrite rules are probably my two Least Favourite Things, so
this plugin is essential for making sure I haven’t messed anything up 🙂

 [ 阅读所有2条评价 ](https://wordpress.org/support/plugin/rewrite-testing/reviews/)

## 贡献者及开发者

「Rewrite Rule Testing」是开源软件。 以下人员对此插件做出了贡献。

贡献者

 *   [ Matthew Boynes ](https://profiles.wordpress.org/mboynes/)
 *   [ Alley ](https://profiles.wordpress.org/alleyinteractive/)

[帮助将「Rewrite Rule Testing」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/rewrite-testing)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/rewrite-testing/)，查看
[SVN仓库](https://plugins.svn.wordpress.org/rewrite-testing/)，或通过[RSS](https://plugins.trac.wordpress.org/log/rewrite-testing/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/rewrite-testing/)。

## 更新日志

#### 0.1.1

Cosmetic updates

#### 0.1

Initial release. Enjoy!

## 额外信息

 *  版本 **0.1.1**
 *  最后更新：**12 年前**
 *  活跃安装数量 **300+**
 *  WordPress 版本 ** 3.9 或更高版本 **
 *  已测试的最高版本为 **3.9.40**
 *  语言
 * [English (US)](https://wordpress.org/plugins/rewrite-testing/)
 * 标签
 * [permalinks](https://cn.wordpress.org/plugins/tags/permalinks/)[rewrite rules](https://cn.wordpress.org/plugins/tags/rewrite-rules/)
   [testing](https://cn.wordpress.org/plugins/tags/testing/)[tests](https://cn.wordpress.org/plugins/tags/tests/)
 *  [高级视图](https://cn.wordpress.org/plugins/rewrite-testing/advanced/)

## 评级

 5 星（最高 5 星）。

 *  [  2 条 5 星评价     ](https://wordpress.org/support/plugin/rewrite-testing/reviews/?filter=5)
 *  [  0 条 4 星评价     ](https://wordpress.org/support/plugin/rewrite-testing/reviews/?filter=4)
 *  [  0 条 3 星评价     ](https://wordpress.org/support/plugin/rewrite-testing/reviews/?filter=3)
 *  [  0 条 2 星评价     ](https://wordpress.org/support/plugin/rewrite-testing/reviews/?filter=2)
 *  [  0 条 1 星评价     ](https://wordpress.org/support/plugin/rewrite-testing/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/rewrite-testing/reviews/#new-post)

[查看全部评论](https://wordpress.org/support/plugin/rewrite-testing/reviews/)

## 贡献者

 *   [ Matthew Boynes ](https://profiles.wordpress.org/mboynes/)
 *   [ Alley ](https://profiles.wordpress.org/alleyinteractive/)

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/rewrite-testing/)

## 捐助

您愿意支持这个插件的发展吗?

 [ 捐助此插件 ](http://url)