createText('Lorem Ipsum'), $factory->createPicture('/image.jpg', 'caption'), $factory->createText('footnotes') ); $this->assertContainsOnly('DesignPatterns\AbstractFactory\Media', $article); /* this is the time to look at the Builder pattern. This pattern * helps you to create complex object like that article above with * a given Abstract Factory */ } }