<?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 lexer.test.php</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>2a113f46634a3d04c5413c5b6916ea6c8fd0809d - Tests: The at() matcher has been deprecated</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/inc/parser/lexer.test.php#2a113f46634a3d04c5413c5b6916ea6c8fd0809d</link>
        <description>Tests: The at() matcher has been deprecatedfixes #3811Replaces at() with withConsecutive() in these tests:- TestOfLexer::testSinglePattern- TestOfLexer::testMultiplePattern- TestOfLexerModes::testIsolatedPattern- TestOfLexerModes::testModeChange- TestOfLexerModes::testNesting- TestOfLexerModes::testSingular- TestOfLexerModes::testUnwindTooFar- TestOfLexerHandlers::testModeMapping- TestOfLexerByteIndices::testIndex- TestOfLexerByteIndices::testIndexLookaheadEqual- TestOfLexerByteIndices::testIndexLookaheadNotEqual- TestOfLexerByteIndices::testIndexLookbehindEqual- TestOfLexerByteIndices::testIndexLookbehindNotEqual

            List of files:
            /dokuwiki/_test/tests/inc/parser/lexer.test.php</description>
        <pubDate>Sun, 03 Mar 2024 22:42:37 +0000</pubDate>
        <dc:creator>FailedCode &lt;xeres666@googlemail.com&gt;</dc:creator>
    </item>
<item>
        <title>fe2e97f6756a6c569a993bc8d25fb5772749f89f - PHP 8: rename match() to apply() in Lexer #3298</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/inc/parser/lexer.test.php#fe2e97f6756a6c569a993bc8d25fb5772749f89f</link>
        <description>PHP 8: rename match() to apply() in Lexer #3298

            List of files:
            /dokuwiki/_test/tests/inc/parser/lexer.test.php</description>
        <pubDate>Thu, 03 Dec 2020 20:46:22 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>be906b566b9bdfd92c032ee07c4fd077d820a8d1 - moved all parsing related namespaces to their own</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/inc/parser/lexer.test.php#be906b566b9bdfd92c032ee07c4fd077d820a8d1</link>
        <description>moved all parsing related namespaces to their own

            List of files:
            /dokuwiki/_test/tests/inc/parser/lexer.test.php</description>
        <pubDate>Fri, 04 May 2018 12:22:09 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>de226116e984ae7ce90c637005262bd90a55f285 - adjusted the Lexer for PSR-2</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/inc/parser/lexer.test.php#de226116e984ae7ce90c637005262bd90a55f285</link>
        <description>adjusted the Lexer for PSR-2

            List of files:
            /dokuwiki/_test/tests/inc/parser/lexer.test.php</description>
        <pubDate>Fri, 04 May 2018 09:13:46 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>db5867f121b19818346eefca38c4fc13a71ff66c - fix tests for newer PHPUnit. fixes #1643</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/inc/parser/lexer.test.php#db5867f121b19818346eefca38c4fc13a71ff66c</link>
        <description>fix tests for newer PHPUnit. fixes #1643getMock is deprecated in new PHPUnit versions and createMock is therecommended replacement. However that one is not available in olderPHPUnit releases. Since we still support older PHP releases we have tosupport older PHPUnit releases as well.This add some compatibility functions to our TestCase class and replacesall calls to getMock. Tested with PHPUnit 4.6.6 and 5.5.0.

            List of files:
            /dokuwiki/_test/tests/inc/parser/lexer.test.php</description>
        <pubDate>Tue, 09 Aug 2016 19:55:05 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>26e22ab837dcabe137a0912fcd2f96d0c35f48c8 - Changes for PHP 7 Compatibility</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/inc/parser/lexer.test.php#26e22ab837dcabe137a0912fcd2f96d0c35f48c8</link>
        <description>Changes for PHP 7 Compatibility- replace PHP4 style class constructor function names (based on  class name) with php 5 __construct()Also remove some &apos;&amp;&apos; reference operators used with objectsAnd add some object type hints

            List of files:
            /dokuwiki/_test/tests/inc/parser/lexer.test.php</description>
        <pubDate>Fri, 15 May 2015 17:03:34 +0000</pubDate>
        <dc:creator>Christopher Smith &lt;chris@jalakai.co.uk&gt;</dc:creator>
    </item>
<item>
        <title>050f8f4ddc32167e205a190eec9a60ad8f3caed5 - removed unecessary requiresin unit tests</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/inc/parser/lexer.test.php#050f8f4ddc32167e205a190eec9a60ad8f3caed5</link>
        <description>removed unecessary requiresin unit tests

            List of files:
            /dokuwiki/_test/tests/inc/parser/lexer.test.php</description>
        <pubDate>Tue, 01 May 2012 20:58:57 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>f8369d7d6e37248d6523fdac6e1d760fca4f1b52 - moved _testing to _test</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/inc/parser/lexer.test.php#f8369d7d6e37248d6523fdac6e1d760fca4f1b52</link>
        <description>moved _testing to _test

            List of files:
            /dokuwiki/_test/tests/inc/parser/lexer.test.php</description>
        <pubDate>Wed, 18 Apr 2012 10:08:28 +0000</pubDate>
        <dc:creator>Tobias Sarnowski &lt;sarnowski@cosmocode.de&gt;</dc:creator>
    </item>
</channel>
</rss>
