--TEST-- Child class of OAuth cannot access its own attributes --FILE-- foo; } } $foo = new Foo('key', 'secret'); var_dump($foo->getFoo()); ?> --EXPECTF-- string(3) "bar"