<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in input.test.php</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>868550d4c005bea07bf4ea4e8aa65b15599201f1 - Fix incorrect assertion in input_test::test_set()</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/inc/input.test.php#868550d4c005bea07bf4ea4e8aa65b15599201f1</link>
        <description>Fix incorrect assertion in input_test::test_set()$INPUT is set to &apos;test2&apos;, but the $_POST checks for &apos;test&apos;.

            List of files:
            /dokuwiki/_test/tests/inc/input.test.php</description>
        <pubDate>Sat, 06 Feb 2021 00:25:50 +0000</pubDate>
        <dc:creator>Damien Regad &lt;dregad@mantisbt.org&gt;</dc:creator>
    </item>
<item>
        <title>056bf31f718b923ee6b8d13d398d7da9f8cf5512 - Fix various errors in PHPUnit tests on PHP 8</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/inc/input.test.php#056bf31f718b923ee6b8d13d398d7da9f8cf5512</link>
        <description>Fix various errors in PHPUnit tests on PHP 8

            List of files:
            /dokuwiki/_test/tests/inc/input.test.php</description>
        <pubDate>Sat, 06 Feb 2021 00:19:42 +0000</pubDate>
        <dc:creator>Damien Regad &lt;dregad@mantisbt.org&gt;</dc:creator>
    </item>
<item>
        <title>ccc4c71ca88c25bcefb7f42eb01f0c040487e3a9 - adjusted the Input clases for PSR2</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/inc/input.test.php#ccc4c71ca88c25bcefb7f42eb01f0c040487e3a9</link>
        <description>adjusted the Input clases for PSR2They are now in their own namespace.

            List of files:
            /dokuwiki/_test/tests/inc/input.test.php</description>
        <pubDate>Tue, 19 Feb 2019 19:39:13 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>37abef5f8744159697aa2dc18cc468477f2ca965 - added filter method to INPUT class</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/inc/input.test.php#37abef5f8744159697aa2dc18cc468477f2ca965</link>
        <description>added filter method to INPUT classthe filter() function can be chained between the accessor and the valuefunction to get a filtered value. When no filter allable is given in thefilter() function, stripctl() is used to strip all control chars (ASCII&lt;32)Examples:  $INPUT-&gt;post-&gt;filter()-&gt;str(&apos;foobar&apos;);  $INPUT-&gt;get-&gt;filter(&apos;myfilter&apos;)-&gt;int(&apos;baz&apos;);

            List of files:
            /dokuwiki/_test/tests/inc/input.test.php</description>
        <pubDate>Tue, 23 Sep 2014 18:08:09 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>61ee3dfc9d16c60348b3b40051e8fc898b09bc8b - added another test for arrays</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/inc/input.test.php#61ee3dfc9d16c60348b3b40051e8fc898b09bc8b</link>
        <description>added another test for arrays

            List of files:
            /dokuwiki/_test/tests/inc/input.test.php</description>
        <pubDate>Wed, 30 Apr 2014 18:05:35 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>6920d2fd3e30c9cb3abd500fe18273974da7182f - add new valid() method to $INPUT #667</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/inc/input.test.php#6920d2fd3e30c9cb3abd500fe18273974da7182f</link>
        <description>add new valid() method to $INPUT #667

            List of files:
            /dokuwiki/_test/tests/inc/input.test.php</description>
        <pubDate>Wed, 30 Apr 2014 17:44:50 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>d9e9c1bb60342ce88be150cc05de21dabfe130b2 - extract method for Input class</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/inc/input.test.php#d9e9c1bb60342ce88be150cc05de21dabfe130b2</link>
        <description>extract method for Input classmakes it easier to access our do parameters

            List of files:
            /dokuwiki/_test/tests/inc/input.test.php</description>
        <pubDate>Thu, 09 Aug 2012 21:28:11 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>5d0aaf958325f500ce69cfb79e69eb0d8f83fdeb - treat empty string inputs as unset for int and bool</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/inc/input.test.php#5d0aaf958325f500ce69cfb79e69eb0d8f83fdeb</link>
        <description>treat empty string inputs as unset for int and bool

            List of files:
            /dokuwiki/_test/tests/inc/input.test.php</description>
        <pubDate>Thu, 28 Jun 2012 15:17:24 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>591acd873d64abb271864b581c48ca419aa5d329 - some Input class fixes and unit tests</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/inc/input.test.php#591acd873d64abb271864b581c48ca419aa5d329</link>
        <description>some Input class fixes and unit tests

            List of files:
            /dokuwiki/_test/tests/inc/input.test.php</description>
        <pubDate>Sun, 24 Jun 2012 22:37:21 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
</channel>
</rss>
