<?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%3A18.2</id>
	<title>PHPUnitManual:18.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%3A18.2"/>
	<link rel="alternate" type="text/html" href="https://trans.onionmixer.net/wiki/index.php?title=PHPUnitManual:18.2&amp;action=history"/>
	<updated>2026-05-02T01:27:31Z</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:18.2&amp;diff=3445&amp;oldid=prev</id>
		<title>Onionmixer: PHPUnit 18.2 테스트 결과 (TAP) 페이지 추가</title>
		<link rel="alternate" type="text/html" href="https://trans.onionmixer.net/wiki/index.php?title=PHPUnitManual:18.2&amp;diff=3445&amp;oldid=prev"/>
		<updated>2013-07-04T09:47:49Z</updated>

		<summary type="html">&lt;p&gt;PHPUnit 18.2 테스트 결과 (TAP) 페이지 추가&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;;18.2 테스트 결과 (TAP)&lt;br /&gt;
&lt;br /&gt;
Test Anything Protocol (TAP)[http://testanything.org/] 는 Perl 의 모듈을 사용한 단순 텍스트 베이스의 인터페이스입니다. 다음 예는 ArrayTest 가 생성한 TAP log 파일입니다.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;text&amp;quot;&amp;gt;&lt;br /&gt;
TAP version 13&lt;br /&gt;
ok 1 - testNewArrayIsEmpty(ArrayTest)&lt;br /&gt;
ok 2 - testArrayContainsAnElement(ArrayTest)&lt;br /&gt;
1..2&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
다음 TAP log 파일은, 테스트 클래스 FailureErrorTest 의 테스트 testFailure 와 testError 가 출력한 것입니다. , of a test case class named 실패와 에러가 어떻게 표시되는지를 확인할 수 있습니다.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;text&amp;quot;&amp;gt;&lt;br /&gt;
TAP version 13&lt;br /&gt;
not ok 1 - Failure: testFailure(FailureErrorTest)&lt;br /&gt;
  ---&lt;br /&gt;
  message: &amp;#039;Failed asserting that &amp;lt;integer:2&amp;gt; matches expected value &amp;lt;integer:1&amp;gt;.&amp;#039;&lt;br /&gt;
  severity: fail&lt;br /&gt;
  data:&lt;br /&gt;
    got: 2&lt;br /&gt;
    expected: 1&lt;br /&gt;
  ...&lt;br /&gt;
not ok 2 - Error: testError(FailureErrorTest)&lt;br /&gt;
1..2&lt;br /&gt;
&amp;lt;/syntaxhighlight&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>