Ignore:
Timestamp:
Jun 5, 2006 2:34:47 AM (18 years ago)
Author:
scdev
Message:

Q - while we're changing interfaces I'm going to change ->clearAuth() to ->clear().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/PrefsTest.php

    r42 r149  
    4848    }
    4949
    50     function test_getvalue()
     50    function test_getue()
    5151    {
    52         $result = $this->Prefs->getvalue(PARAM);
     52        $result = $this->Prefs->getue(PARAM);
    5353        $expected = EXPECTED_VAL;
    5454        $this->assertEquals($expected, $result);
Note: See TracChangeset for help on using the changeset viewer.