renderFullDocument( dirname( __FILE__ ) . '/../files/pdf/long_text.xml', __CLASS__ . '_' . __FUNCTION__ . '.svg', array( new ezcDocumentPcssLayoutDirective( array( 'article' ), array( 'direction' => 'rtl', ) ), ) ); } public function testRenderParagraphRtl() { $this->renderFullDocument( dirname( __FILE__ ) . '/../files/pdf/long_text.xml', __CLASS__ . '_' . __FUNCTION__ . '.svg', array( new ezcDocumentPcssLayoutDirective( array( 'para' ), array( 'direction' => 'rtl', ) ), ) ); } public function testRenderTitleRtl() { $this->renderFullDocument( dirname( __FILE__ ) . '/../files/pdf/long_text.xml', __CLASS__ . '_' . __FUNCTION__ . '.svg', array( new ezcDocumentPcssLayoutDirective( array( 'title' ), array( 'direction' => 'rtl', ) ), ) ); } } ?>