Skip to content

Instantly share code, notes, and snippets.

@damianoporta
Created May 20, 2015 13:09
Show Gist options
  • Save damianoporta/aeb9b351853319e3300f to your computer and use it in GitHub Desktop.
Save damianoporta/aeb9b351853319e3300f to your computer and use it in GitHub Desktop.
<?php
$this->assertEquals('Questo è un testo di prova su più righe.
Seconda
Terza
Quarta
Testo finale',
trim($this->tika->getText($this->fixture . 'text.pdf'))
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment