Completed
Push — 1.x ( fbb429 )
by Jakub
06:33
created

mytester.php (1 issue)

Severity

Upgrade to new PHP Analysis Engine

These results are based on our legacy PHP analysis, consider migrating to our new PHP analysis engine instead. Learn more

1
#!/usr/bin/env php
2
<?php
0 ignored issues
show
Missing required strict_types declaration
Loading history...
3
require __DIR__ . "/vendor/autoload.php";
4
5
$tester = new MyTester\Tester(__DIR__ . "/tests");
6
$tester->execute();
7
?>