Ignore:
Timestamp:
Aug 12, 2015 12:22:54 AM (9 years ago)
Author:
anonymous
Message:

v2.2.0-3: Fixed auth password hashing verification issues. Updated hyperlinkTxt() with option. Updated tests.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/UtilitiesTest.php

    r468 r541  
    11<?php
    2 /// FIXME: Tests not implemented.
    3 return;
    4 
    52/**
    63 * The Strangecode Codebase - a general application development framework for PHP
    74 * For details visit the project site: <http://trac.strangecode.com/codebase/>
    85 * Copyright 2001-2012 Strangecode, LLC
    9  * 
     6 *
    107 * This file is part of The Strangecode Codebase.
    118 *
     
    1411 * Free Software Foundation, either version 3 of the License, or (at your option)
    1512 * any later version.
    16  * 
     13 *
    1714 * The Strangecode Codebase is distributed in the hope that it will be useful, but
    1815 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
    1916 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
    2017 * details.
    21  * 
     18 *
    2219 * You should have received a copy of the GNU General Public License along with
    2320 * The Strangecode Codebase. If not, see <http://www.gnu.org/licenses/>.
     
    3633class UtilitiesTest extends PHPUnit_Framework_TestCase {
    3734
    38     var $Utilities;
    39 
    40     function UtilitiesTest($name)
    41     {
    42         $this->PHPUnit_Framework_TestCase($name);
    43     }
    44 
    4535    function setUp()
    4636    {
     37        define('_CLI', true);
    4738        require dirname(__FILE__) . '/_config.inc.php';
    4839        require_once '../lib/Utilities.inc.php';
    49         $this->Utilities =& new Utilities(PARAM);
     40        // $this->Utilities =& new Utilities(PARAM);
    5041    }
    5142
    5243    function tearDown()
    5344    {
    54         unset($this->Utilities);
     45        $app =& App::getInstance();
     46        $app->stop();
     47    }
     48
     49    function test_hyperlinkTxt()
     50    {
     51        $urls = [
     52            ' http://www.asdf.com/ ' => ' <a href="http://www.asdf.com/">www.asdf.com/</a> ',
     53            ' www.asdf.com/ ' => ' <a href="http://www.asdf.com/">www.asdf.com/</a> ',
     54            ' www.asdf.com/? ' => ' <a href="http://www.asdf.com/">www.asdf.com/</a>? ',
     55            ' www.asdf.com/?x=y+z ' => ' <a href="http://www.asdf.com/?x=y+z">www.asdf.com/?x=y+z</a> ',
     56            ' www.asdf.com/?x=y+ ' => ' <a href="http://www.asdf.com/?x=y+">www.asdf.com/?x=y+</a> ',
     57            ' www.asdf.com/?x= ' => ' <a href="http://www.asdf.com/?x=">www.asdf.com/?x=</a> ',
     58            ' www.asdf.com/?x ' => ' <a href="http://www.asdf.com/?x">www.asdf.com/?x</a> ',
     59            ' www.asdf.com/?❀=🔥 ' => ' <a href="http://www.asdf.com/?❀=🔥">www.asdf.com/?❀=🔥</a> ',
     60            ' www.asdf.com? ' => ' <a href="http://www.asdf.com">www.asdf.com</a>? ',
     61            ' www.asdf.com! ' => ' <a href="http://www.asdf.com">www.asdf.com</a>! ',
     62            ' www.asdf.com. ' => ' <a href="http://www.asdf.com">www.asdf.com</a>. ',
     63            ' `www.asdf.com` ' => ' `www.asdf.com` ',
     64            ' "www.asdf.com" ' => ' "www.asdf.com" ',
     65            ' <www.asdf.com> ' => ' <<a href="http://www.asdf.com">www.asdf.com</a>> ',
     66            ' <http://www.asdf.com> ' => ' <<a href="http://www.asdf.com">www.asdf.com</a>> ',
     67            ' (http://www.asdf.com) ' => ' (<a href="http://www.asdf.com">www.asdf.com</a>) ',
     68            ' (URL: http://www.asdf.com#1) ' => ' (URL: <a href="http://www.asdf.com#1">www.asdf.com#1</a>) ',
     69            ' <a href="http://www.example.com/">Click Here</a> ' => ' <a href="http://www.example.com/">Click Here</a> ',
     70            ' <a href="http://www.example.com/">http://www.example.com/</a> ' => ' <a href="http://www.example.com/">http://www.example.com/</a> ',
     71            ' <a href=http://www.example.com/>http://www.example.com/</a> ' => ' <a href=http://www.example.com/>http://www.example.com/</a> ',
     72            ' <a href=\'http://www.example.com/\' >http://www.example.com/</a> ' => ' <a href=\'http://www.example.com/\' >http://www.example.com/</a> ',
     73            ' http://foo.com/blah_blah ' => ' <a href="http://foo.com/blah_blah">foo.com/blah_blah</a> ',
     74            ' http://foo.com/blah_blah/ ' => ' <a href="http://foo.com/blah_blah/">foo.com/blah_blah/</a> ',
     75            ' http://foo.com/blah_blah_(wikipedia) ' => ' <a href="http://foo.com/blah_blah_(wikipedia">foo.com/blah_blah_(wikipedia</a>) ',
     76            ' http://foo.com/blah_blah_(wikipedia)_(again) ' => ' <a href="http://foo.com/blah_blah_(wikipedia)_(again">foo.com/blah_blah_(wikipedia)_(again</a>) ',
     77            ' http://www.example.com/wpstyle/?p=364 ' => ' <a href="http://www.example.com/wpstyle/?p=364">www.example.com/wpstyle/?p=364</a> ',
     78            ' https://www.example.com/foo/?bar=baz&inga=42&quux ' => ' <a href="https://www.example.com/foo/?bar=baz&amp;inga=42&amp;quux">www.example.com/foo/?bar=baz&inga=42&quux</a> ',
     79            ' http://✪df.ws/123 ' => ' <a href="http://✪df.ws/123">✪df.ws/123</a> ',
     80            ' http://userid:password@example.com:8080 ' => ' <a href="http://userid:password@example.com:8080">userid:password@example.com:8080</a> ',
     81            ' http://userid:password@example.com:8080/ ' => ' <a href="http://userid:password@example.com:8080/">userid:password@example.com:8080/</a> ',
     82            ' http://userid@example.com ' => ' <a href="http://userid@example.com">userid@example.com</a> ',
     83            ' http://userid@example.com/ ' => ' <a href="http://userid@example.com/">userid@example.com/</a> ',
     84            ' http://userid@example.com:8080 ' => ' <a href="http://userid@example.com:8080">userid@example.com:8080</a> ',
     85            ' http://userid@example.com:8080/ ' => ' <a href="http://userid@example.com:8080/">userid@example.com:8080/</a> ',
     86            ' http://userid:password@example.com ' => ' <a href="http://userid:password@example.com">userid:password@example.com</a> ',
     87            ' http://userid:password@example.com/ ' => ' <a href="http://userid:password@example.com/">userid:password@example.com/</a> ',
     88            ' http://142.42.1.1/ ' => ' <a href="http://142.42.1.1/">142.42.1.1/</a> ',
     89            ' http://142.42.1.1:8080/ ' => ' <a href="http://142.42.1.1:8080/">142.42.1.1:8080/</a> ',
     90            ' http://➡.ws/äš¹ ' => ' <a href="http://➡.ws/äš¹">➡.ws/äš¹</a> ',
     91            ' http://⌘.ws ' => ' <a href="http://⌘.ws">⌘.ws</a> ',
     92            ' http://⌘.ws/ ' => ' <a href="http://⌘.ws/">⌘.ws/</a> ',
     93            ' http://foo.com/blah_(wikipedia)#cite-1 ' => ' <a href="http://foo.com/blah_(wikipedia)#cite-1">foo.com/blah_(wikipedia)#cite-1</a> ',
     94            ' http://foo.com/blah_(wikipedia)_blah#cite-1 ' => ' <a href="http://foo.com/blah_(wikipedia)_blah#cite-1">foo.com/blah_(wikipedia)_blah#cite-1</a> ',
     95            ' http://foo.com/unicode_(✪)_in_parens ' => ' <a href="http://foo.com/unicode_(✪)_in_parens">foo.com/unicode_(✪)_in_parens</a> ',
     96            ' http://foo.com/(something)?after=parens ' => ' <a href="http://foo.com/(something)?after=parens">foo.com/(something)?after=parens</a> ',
     97            ' http://☺.damowmow.com/ ' => ' <a href="http://☺.damowmow.com/">☺.damowmow.com/</a> ',
     98            ' http://code.google.com/events/#&product=browser ' => ' <a href="http://code.google.com/events/#&amp;product=browser">code.google.com/events/#&product=browser</a> ',
     99            ' http://j.mp ' => ' <a href="http://j.mp">j.mp</a> ',
     100            ' ftp://foo.bar/baz ' => ' <a href="ftp://foo.bar/baz">foo.bar/baz</a> ',
     101            ' http://foo.bar/?q=Test%20URL-encoded%20stuff ' => ' <a href="http://foo.bar/?q=Test%20URL-encoded%20stuff">foo.bar/?q=Test%20URL-encoded%20stuff</a> ',
     102            ' http://Ù
     103ثال.إختؚار ' => ' <a href="http://Ù
     104ثال.إختؚار">Ù
     105ثال.إختؚار</a> ',
     106            ' http://䟋子.测试 ' => ' <a href="http://䟋子.测试">䟋子.测试</a> ',
     107            ' http://à€‰à€Šà€Ÿà€¹à€°à€£.à€ªà€°à¥€à€•à¥à€·à€Ÿ ' => ' <a href="http://à€‰à€Šà€Ÿà€¹à€°à€£.à€ªà€°à¥€à€•à¥à€·à€Ÿ">à€‰à€Šà€Ÿà€¹à€°à€£.à€ªà€°à¥€à€•à¥à€·à€Ÿ</a> ',
     108            ' http://-.~_!$&\'()*+,;=:%40:80%2f::::::@example.com ' => ' <a href="http://-.~_!$&amp;&#039;()*+,;=:%40:80%2f::::::@example.com">-.~_!$&\'()*+,;=:%40:80%2f::::::@example.com</a> ',
     109            ' http://1337.net ' => ' <a href="http://1337.net">1337.net</a> ',
     110            ' http://a.b-c.de ' => ' <a href="http://a.b-c.de">a.b-c.de</a> ',
     111            ' http://223.255.255.254 ' => ' <a href="http://223.255.255.254">223.255.255.254</a> ',
     112            ' http://x and.co OK?' => ' http://x and.co OK?',
     113            ' http://foo.bar?q=Spaces should be encoded ' => ' <a href="http://foo.bar?q=Spaces">foo.bar?q=Spaces</a> should be encoded ',
     114            ' https://github.com/search?utf8=✓&q=gif ' => ' <a href="https://github.com/search?utf8=✓&amp;q=gif">github.com/search?utf8=✓&q=gif</a> ',
     115            ' https://github.com/search?q=gif&utf8=* ' => ' <a href="https://github.com/search?q=gif&amp;utf8=*">github.com/search?q=gif&utf8=*</a> ',
     116            ' https://github.com/search?q=gif&utf8=✓ ' => ' <a href="https://github.com/search?q=gif&amp;utf8=✓">github.com/search?q=gif&utf8=✓</a> ',
     117
     118            // These are allowed to fuckup due to limitations in our ability to be omnipotent.
     119            ' <a href=http://www.example.com/ > http://www.example.com/</a> ' => ' <a href=http://www.example.com/ > <a href="http://www.example.com/">www.example.com/</a></a> ',
     120        ];
     121        foreach ($urls as $input => $expected) {
     122            $result = hyperlinkTxt($input, false);
     123            $this->assertEquals($expected, $result, sprintf('Failed with input: %s', $input));
     124        }
    55125    }
    56126
Note: See TracChangeset for help on using the changeset viewer.