Title: Rewrite Rule Testing
Author: Matthew Boynes
Published: <strong>2014년 5월 20일</strong>
Last modified: 2014년 5월 20일

---

플러그인 검색

이 플러그인은 **최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다**. 워드프레스의
좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 
있을 수 있습니다.

![](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://ko.wordpress.org/plugins/rewrite-testing/#description)
 * [평가](https://ko.wordpress.org/plugins/rewrite-testing/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/rewrite-testing/#installation)
 * [개발](https://ko.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 passing rules⌉[

Sample output of passing rules

[⌊Sample output of failing rules⌉⌊Sample output of failing 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

## FAQ

  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/)를 확인하시거나,
[개발 기록](https://plugins.trac.wordpress.org/log/rewrite-testing/)을 [RSS](https://plugins.trac.wordpress.org/log/rewrite-testing/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 0.1.1

Cosmetic updates

#### 0.1

Initial release. Enjoy!

## 기초

 *  버전 **0.1.1**
 *  최근 업데이트: **12년 전**
 *  활성화된 설치 **300+**
 *  워드프레스 버전 ** 3.9 또는 그 이상 **
 *  다음까지 시험됨: **3.9.40**
 *  언어
 * [English (US)](https://wordpress.org/plugins/rewrite-testing/)
 * 태그:
 * [permalinks](https://ko.wordpress.org/plugins/tags/permalinks/)[rewrite rules](https://ko.wordpress.org/plugins/tags/rewrite-rules/)
   [testing](https://ko.wordpress.org/plugins/tags/testing/)[tests](https://ko.wordpress.org/plugins/tags/tests/)
 *  [고급 보기](https://ko.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)