| Server IP : 208.122.213.31 / Your IP : 216.73.216.45 Web Server : Apache System : Linux msd6191.mjhst.com 4.18.0-553.137.1.el8_10.x86_64 #1 SMP Wed Jun 24 11:40:24 UTC 2026 x86_64 User : WHMCS_MIA_382 ( 1001) PHP Version : 7.4.33 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/httpd/html/store.tiacyrusxxx.com/public_html/whale/QueryPath/tutorials/Tests/ |
Upload File : |
<?xml version="1.0"?>
<refentry id="{@id}">
<refnamediv>
<refname>Testing QueryPath</refname>
<refpurpose>How to set up a testing environment for QueryPath.</refpurpose>
</refnamediv>
<refsynopsisdiv>
<author>
Matt Butcher
<authorblurb>
{@link http://querypath.org Project Founder}
</authorblurb>
</author>
</refsynopsisdiv>
{@toc}
<refsect1 id="{@id intro}">
<title>About QueryPath's Testing'</title>
<para>
QueryPath is tested using unit tests written against the {@link PHPUnit} unit
testing framework. Every public function of QueryPath should have at least one
corresponding test. Most protected and private functions should also be
exercised, though perhaps not directly.
</para>
<para>
The user guide for QueryPath is located in the
{@link http://fedorahosted.org/querypath official wiki}.
It is kept updated with all of the latest information.
</para>
<para>
Ready to get going? Start with the {@link qp()} function. Along with the
basic documentation, there are several examples linked from that function.
</para>
</refsect1>
</refentry>