mageekguy\atoum\tests\units\test\adapter::test__get PHP Метод

test__get() публичный Метод

public test__get ( )
        public function test__get()
        {
            $this->if($adapter = new testedClass())->and($adapter->md5 = $closure = function () {
            })->then->object($adapter->md5->getClosure())->isIdenticalTo($closure)->object($adapter->MD5->getClosure())->isIdenticalTo($closure)->if($adapter->md5 = uniqid())->then->object($adapter->md5->getClosure())->isInstanceOf('closure')->object($adapter->MD5->getClosure())->isInstanceOf('closure');
        }