for example (i wrote my own little unit tester):
Code: Select all
$this->assertFalse($this->instance->in('TestKey'));Code: Select all
$this->assertFalse($this->instance->in('TestKey'));Link with the unit tester results that i wrote(its xhtml valid
http://mick.dotgeek.org/RegistryTest.php
notice how the top results have nothing after Result Tested:.
p.s. i dont like using other peoples packages unless its feyd's sha256
p.s.s. this is one of my first OOP written things (i havent been writing alot of code or any at all, only reading about theory and design).
if im unclear please post here and ill try to explian more thoroughly.