<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.phpgedview.net/en/index.php?action=history&amp;feed=atom&amp;title=SimpleTest</id>
	<title>SimpleTest - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.phpgedview.net/en/index.php?action=history&amp;feed=atom&amp;title=SimpleTest"/>
	<link rel="alternate" type="text/html" href="https://wiki.phpgedview.net/en/index.php?title=SimpleTest&amp;action=history"/>
	<updated>2026-04-29T20:45:50Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.2</generator>
	<entry>
		<id>https://wiki.phpgedview.net/en/index.php?title=SimpleTest&amp;diff=12175&amp;oldid=prev</id>
		<title>Momse: /* Writing Tests for PhpGedView */</title>
		<link rel="alternate" type="text/html" href="https://wiki.phpgedview.net/en/index.php?title=SimpleTest&amp;diff=12175&amp;oldid=prev"/>
		<updated>2010-06-06T18:18:11Z</updated>

		<summary type="html">&lt;p&gt;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Writing Tests for PhpGedView&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{stub}}&lt;br /&gt;
{{Infobox Feature&lt;br /&gt;
 | name                   = SimpleTest&lt;br /&gt;
 | image                  = [[Image:Simpletest-logo.png]]&lt;br /&gt;
 | lead contact           = [[User:Nathanhaigh|Nathan S. Watson-Haigh]]&lt;br /&gt;
 | dev codebase           = v1.0.1beta2&lt;br /&gt;
}}&lt;br /&gt;
'''SimpleTest''' is an opensource PHP unit test, mock objects and web test framework developed by a [http://www.simpletest.org/en/ third party]. Users of JUnit will be familiar with most of the interface. JWebUnit  style functionality is more complete now. It has support for SSL, frames, proxies, basic authentication and the standard HTML controls. The idea is that common but fiddly PHP tasks, such as logging into a site, can be tested easily.&lt;br /&gt;
&lt;br /&gt;
SimpleTest is available as a [[module]] in PhpGedView (currently only in the development branch).&lt;br /&gt;
&lt;br /&gt;
== Test Organisation ==&lt;br /&gt;
&lt;br /&gt;
You should familiarise yourself with [http://www.simpletest.org/en/overview.html how to write tests] before continuing.&lt;br /&gt;
&lt;br /&gt;
; &amp;lt;code&amp;gt;modules/testing/unittests/&amp;lt;/code&amp;gt;&lt;br /&gt;
: This directory is intended for unit testing files for individual classes.&lt;br /&gt;
&lt;br /&gt;
; &amp;lt;code&amp;gt;modules/testing/testgroups/&amp;lt;/code&amp;gt;&lt;br /&gt;
: This directory is intended for writing test groups. This allow for the logical organisation and running of a set of unit tests.&lt;br /&gt;
&lt;br /&gt;
; &amp;lt;code&amp;gt;modules/testing/webtests/&amp;lt;/code&amp;gt;&lt;br /&gt;
: This directory is intended for test files that test the PhpGedView web interface.&lt;br /&gt;
&lt;br /&gt;
== Writing Tests for PhpGedView ==&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
&lt;br /&gt;
; Official website&lt;br /&gt;
: http://www.simpletest.org&lt;br /&gt;
&lt;br /&gt;
; SourceForge&lt;br /&gt;
: http://www.simpletest.org&lt;br /&gt;
&lt;br /&gt;
; Documentation&lt;br /&gt;
: http://www.simpletest.org/en/overview.html&lt;br /&gt;
&lt;br /&gt;
; SimpleTest API&lt;br /&gt;
: http://simpletest.org/api/&lt;br /&gt;
&lt;br /&gt;
[[Category:Developer_resources]]&lt;br /&gt;
[[Category:Modules]]&lt;/div&gt;</summary>
		<author><name>Momse</name></author>
		
	</entry>
</feed>