load( dirname( __FILE__ ) . '/../files/pdf/' . $file ); $xpath = new DOMXPath( $doc ); $xpath->registerNamespace( 'doc', 'http://docbook.org/ns/docbook' ); $table = $xpath->query( $query )->item( 0 ); $calculator = new ezcDocumentPdfDefaultTableColumnWidthCalculator(); $this->assertEquals( $expectation, $calculator->estimateWidths( $table ), 'Wrong table width estimations', .001 ); } } ?>