Example #1
0
	/**
	 * @covers Bedrock\View::printRoot
	 *
	 * @return void
	 */
	public function testPrintRootForPage() {
		$this->expectOutputString($this->_getPrivateProperty($this->_object, '_pageroot'));
		$this->_object->printRoot('page');
	}