Example #1
0
 function testMakeSalt()
 {
     // nothing very special here, just making sure it works at all
     $expected = 'MDEyMzQ1Njc4OTAx';
     $actual = Crypt2007::makeSalt('012345678901');
     $this->assertEquals($expected, $actual);
 }