<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Web GUI: New Testcase Runners For PHPUnit From Sebastian Bergmann</title>
	<atom:link href="http://t3flyers.wordpress.com/2007/11/11/web-gui-new-testcase-runners-for-phpunit-from-sebastian-bergmann/feed/" rel="self" type="application/rss+xml" />
	<link>http://t3flyers.wordpress.com/2007/11/11/web-gui-new-testcase-runners-for-phpunit-from-sebastian-bergmann/</link>
	<description>A programmer's log</description>
	<lastBuildDate>Tue, 27 Oct 2009 10:32:37 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: luz</title>
		<link>http://t3flyers.wordpress.com/2007/11/11/web-gui-new-testcase-runners-for-phpunit-from-sebastian-bergmann/#comment-1627</link>
		<dc:creator>luz</dc:creator>
		<pubDate>Thu, 18 Sep 2008 21:10:08 +0000</pubDate>
		<guid isPermaLink="false">http://t3flyers.wordpress.com/2007/11/11/web-gui-new-testcase-runners-for-phpunit-from-sebastian-bergmann/#comment-1627</guid>
		<description>Just add the class in Fileloader (don&#039;t know why it&#039;s been removed in version 3.3..?):

     /**
     * Returns the include paths configured via the &quot;include_path&quot;
     * PHP INI setting plus the include paths configured via the
     * PEAR environment&#039;s &quot;test_dir&quot; configuration setting.
     *
     * @return array
     * @access public
     * @static
     * @since  Method available since Release 3.0.0
     */
    public static function getIncludePaths()
    {
        $includePaths = explode(PATH_SEPARATOR, get_include_path());

        @include_once &#039;PEAR/Config.php&#039;;

        if (class_exists(&#039;PEAR_Config&#039;, FALSE)) {
            $config         = new PEAR_Config;
            $includePaths[] = $config-&gt;get(&#039;test_dir&#039;);
        }

        return $includePaths;
    }</description>
		<content:encoded><![CDATA[<p>Just add the class in Fileloader (don&#8217;t know why it&#8217;s been removed in version 3.3..?):</p>
<p>     /**<br />
     * Returns the include paths configured via the &#8220;include_path&#8221;<br />
     * PHP INI setting plus the include paths configured via the<br />
     * PEAR environment&#8217;s &#8220;test_dir&#8221; configuration setting.<br />
     *<br />
     * @return array<br />
     * @access public<br />
     * @static<br />
     * @since  Method available since Release 3.0.0<br />
     */<br />
    public static function getIncludePaths()<br />
    {<br />
        $includePaths = explode(PATH_SEPARATOR, get_include_path());</p>
<p>        @include_once &#8216;PEAR/Config.php&#8217;;</p>
<p>        if (class_exists(&#8216;PEAR_Config&#8217;, FALSE)) {<br />
            $config         = new PEAR_Config;<br />
            $includePaths[] = $config-&gt;get(&#8216;test_dir&#8217;);<br />
        }</p>
<p>        return $includePaths;<br />
    }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thanix</title>
		<link>http://t3flyers.wordpress.com/2007/11/11/web-gui-new-testcase-runners-for-phpunit-from-sebastian-bergmann/#comment-1622</link>
		<dc:creator>thanix</dc:creator>
		<pubDate>Sun, 06 Jul 2008 07:30:49 +0000</pubDate>
		<guid isPermaLink="false">http://t3flyers.wordpress.com/2007/11/11/web-gui-new-testcase-runners-for-phpunit-from-sebastian-bergmann/#comment-1622</guid>
		<description>Sorry, but the PHPUnit-CoolUI doesn&#039;t work with the latest PHPUnit-3.3, there are problems like PHPUnit/Util/Fileloader doesn&#039;t contain getIncludePaths() and the like..</description>
		<content:encoded><![CDATA[<p>Sorry, but the PHPUnit-CoolUI doesn&#8217;t work with the latest PHPUnit-3.3, there are problems like PHPUnit/Util/Fileloader doesn&#8217;t contain getIncludePaths() and the like..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Including</title>
		<link>http://t3flyers.wordpress.com/2007/11/11/web-gui-new-testcase-runners-for-phpunit-from-sebastian-bergmann/#comment-1620</link>
		<dc:creator>Including</dc:creator>
		<pubDate>Thu, 19 Jun 2008 01:07:04 +0000</pubDate>
		<guid isPermaLink="false">http://t3flyers.wordpress.com/2007/11/11/web-gui-new-testcase-runners-for-phpunit-from-sebastian-bergmann/#comment-1620</guid>
		<description>Somehow i missed the point. Probably lost in translation :) Anyway ... nice blog to visit.

cheers, Including.</description>
		<content:encoded><![CDATA[<p>Somehow i missed the point. Probably lost in translation <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Anyway &#8230; nice blog to visit.</p>
<p>cheers, Including.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mario Rimann</title>
		<link>http://t3flyers.wordpress.com/2007/11/11/web-gui-new-testcase-runners-for-phpunit-from-sebastian-bergmann/#comment-1382</link>
		<dc:creator>Mario Rimann</dc:creator>
		<pubDate>Sun, 11 Nov 2007 17:47:40 +0000</pubDate>
		<guid isPermaLink="false">http://t3flyers.wordpress.com/2007/11/11/web-gui-new-testcase-runners-for-phpunit-from-sebastian-bergmann/#comment-1382</guid>
		<description>Hi Elmar

Thanks for mentioning our work on the Seminar Manager.

Cheers,
Mario</description>
		<content:encoded><![CDATA[<p>Hi Elmar</p>
<p>Thanks for mentioning our work on the Seminar Manager.</p>
<p>Cheers,<br />
Mario</p>
]]></content:encoded>
	</item>
</channel>
</rss>
