예제 #1
0
 public function testIsEmpty()
 {
     $this->assertTrue($this->rawLayoutBuilder->isEmpty());
     $this->rawLayoutBuilder->add('root', null, 'root');
     $this->assertFalse($this->rawLayoutBuilder->isEmpty());
 }