run.php

Summary

Maintainability
A
0 mins
Test Coverage

Call to method removedir from undeclared class \Pluf_FileUtil
Open

Pluf_FileUtil::removedir($tmp_path);
Severity: Critical
Found in run.php by phan

Call to method main from undeclared class \PHPUnit\TextUI\Command
Open

PHPUnit\TextUI\Command::main();
Severity: Critical
Found in run.php by phan

A file should declare new symbols (classes, functions, constants, etc.) and cause no other side effects, or it should execute logic with side effects, but should not do both. The first symbol is defined on line 32 and the first side effect is on line 34.
Open

#!/usr/bin/env php
Severity: Minor
Found in run.php by phpcodesniffer

Line exceeds 120 characters; contains 130 characters
Open

foreach (array(__DIR__ . '/../../autoload.php', __DIR__ . '/../vendor/autoload.php', __DIR__ . '/vendor/autoload.php') as $file) {
Severity: Minor
Found in run.php by phpcodesniffer

There are no issues that match your filters.

Category
Status