assertSame(file_get_contents($piwikMin), file_get_contents($piwikJs)); } public function test_piwikJsContainsHook() { $piwikMin = PIWIK_DOCUMENT_ROOT . '/js/piwik.min.js'; $content = file_get_contents($piwikMin); $this->assertContains(PiwikJsManipulator::HOOK, $content); } }