<?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%3A6.1</id>
	<title>PHPUnitManual:6.1 - 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%3A6.1"/>
	<link rel="alternate" type="text/html" href="https://trans.onionmixer.net/wiki/index.php?title=PHPUnitManual:6.1&amp;action=history"/>
	<updated>2026-05-02T00:14:56Z</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:6.1&amp;diff=3388&amp;oldid=prev</id>
		<title>Onionmixer: PHPUnit 6.1 tearDown() 보다 setUp() 페이지 추가</title>
		<link rel="alternate" type="text/html" href="https://trans.onionmixer.net/wiki/index.php?title=PHPUnitManual:6.1&amp;diff=3388&amp;oldid=prev"/>
		<updated>2013-07-02T07:52:58Z</updated>

		<summary type="html">&lt;p&gt;PHPUnit 6.1 tearDown() 보다 setUp() 페이지 추가&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;;6.1 tearDown() 보다 setUp()&lt;br /&gt;
&lt;br /&gt;
setUp() 과 tearDown() 은 대칭적인 개념입니다만, 실제로는 tearDown() 을 구현할 필요가 있는 것은 setUp() 에서 외부 리소스 (파일이나 소켓 등) 을 할당했을 때 뿐입니다. setUp() 에서 단순히 PHP 오브젝트를 작성한 경우, 일반적으로 tearDown() 은 필요하지 않습니다. 그러지만, setUp() 에서 대량의 오브젝트를 작성한 경우, tearDown() 에서 변수들을 unset() 하는 게 좋은 경우도 있습니다. 테스트 케이스 오브젝트 자체의 gabage collection 은 큰 의미가 없습니다.&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>