function it_remembers_what_classes_were_generated() { $this->addGeneratedType('PhpSpec\\Foo'); $this->getGeneratedTypes()->shouldReturn(array('PhpSpec\\Foo')); }