Beispiel #1
0
 public function testCanMinimize()
 {
     $obj = new Document();
     $obj->addControl('self', '/path', ['title' => 'My Title']);
     $obj->minimize();
     $this->assertObjectNotHasAttribute('title', $obj->{'@controls'}->self);
 }