--TEST-- Net_Vpopmaild::acceptLog(), recordio() --SKIPIF-- --FILE-- acceptLog($testLog); // Turn on debugging $vp->setDebug(); $vp->recordio("testing log file"); var_dump(file_exists($logFile)); var_dump(preg_match('/testing log file/', file_get_contents($logFile))); ?> --CLEAN-- --EXPECT-- bool(true) int(1)