Exemplo n.º 1
0
 public function testCanConstructHtmlTableBuilder()
 {
     $instance = new MwCollaboratorFactory(new ApplicationFactory());
     $this->assertInstanceOf('\\SMW\\MediaWiki\\HtmlTableBuilder', $instance->newHtmlTableBuilder());
 }