Skip to content
Snippets Groups Projects
Commit 1ff5ffd4 authored by BorelEnzo's avatar BorelEnzo
Browse files

Create basic test: file size

parent a4a81aa4
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ class AnalyzerTest extends TestCase
public function testTestMe()
{
$analyzer = new Analyzer();
$analyzer->analyze("../src/test.php");
$analyzer->analyze(__DIR__."/../src/test.php");
$this->assertTrue($analyzer->testMe("searchNonASCIIChars") >0);
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment