<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://trans.onionmixer.net/wiki/index.php?action=history&amp;feed=atom&amp;title=PHPUnitManual%3AC.2</id>
	<title>PHPUnitManual:C.2 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://trans.onionmixer.net/wiki/index.php?action=history&amp;feed=atom&amp;title=PHPUnitManual%3AC.2"/>
	<link rel="alternate" type="text/html" href="https://trans.onionmixer.net/wiki/index.php?title=PHPUnitManual:C.2&amp;action=history"/>
	<updated>2026-05-02T04:37:37Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.3</generator>
	<entry>
		<id>https://trans.onionmixer.net/wiki/index.php?title=PHPUnitManual:C.2&amp;diff=3460&amp;oldid=prev</id>
		<title>Onionmixer: PHPUnit Appendix C.2 Test Suites 페이지 추가</title>
		<link rel="alternate" type="text/html" href="https://trans.onionmixer.net/wiki/index.php?title=PHPUnitManual:C.2&amp;diff=3460&amp;oldid=prev"/>
		<updated>2013-07-04T10:16:34Z</updated>

		<summary type="html">&lt;p&gt;PHPUnit Appendix C.2 Test Suites 페이지 추가&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;;Appendix C.2 Test Suites&lt;br /&gt;
&lt;br /&gt;
&amp;lt;testsuites&amp;gt; element 와 그 element 의 자식인 &amp;lt;testsuite&amp;gt; 를 사용하여, test suite 의 집합이나 test case 집합 안에서 test suite 를 구성합니다.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;testsuites&amp;gt;&lt;br /&gt;
  &amp;lt;testsuite name=&amp;quot;My Test Suite&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;directory&amp;gt;/path/to/*Test.php files&amp;lt;/directory&amp;gt;&lt;br /&gt;
    &amp;lt;file&amp;gt;/path/to/MyTest.php&amp;lt;/file&amp;gt;&lt;br /&gt;
    &amp;lt;exclude&amp;gt;/path/to/exclude&amp;lt;/exclude&amp;gt;&lt;br /&gt;
  &amp;lt;/testsuite&amp;gt;&lt;br /&gt;
&amp;lt;/testsuites&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
phpVersion 과 phpVersionOperator 속성을 사용하여 필요한 PHP 버젼을 지정할 수 있습니다. 다음 예는 PHP 버젼이 5.3.0 이상인 경우에만 /path/to/*Test.php 과 /path/to/MyTest.php 을 추가합니다.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;testsuites&amp;gt;&lt;br /&gt;
    &amp;lt;testsuite name=&amp;quot;My Test Suite&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;directory suffix=&amp;quot;Test.php&amp;quot; phpVersion=&amp;quot;5.3.0&amp;quot; phpVersionOperator=&amp;quot;&amp;gt;=&amp;quot;&amp;gt;/path/to/files&amp;lt;/directory&amp;gt;&lt;br /&gt;
      &amp;lt;file phpVersion=&amp;quot;5.3.0&amp;quot; phpVersionOperator=&amp;quot;&amp;gt;=&amp;quot;&amp;gt;/path/to/MyTest.php&amp;lt;/file&amp;gt;&lt;br /&gt;
    &amp;lt;/testsuite&amp;gt;&lt;br /&gt;
  &amp;lt;/testsuites&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
phpVersionOperator 속성은 옵션이고, 기본값은 &amp;gt;= 입니다.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Notes==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:PHPUnitManual]]&lt;/div&gt;</summary>
		<author><name>Onionmixer</name></author>
	</entry>
</feed>