Establish CI infrastructure and test framework #2
Annotations
10 errors and 1 warning
|
Show PHPCS results in PR
Process completed with exit code 1.
|
|
Show PHPCS results in PR:
files.php#L459
Function finfo_close() has been deprecated
|
|
Show PHPCS results in PR:
tests/bootstrap.php#L11
Using short ternaries is not allowed as they are rarely used correctly
|
|
Show PHPCS results in PR:
tests/Unit/TestCase.php#L1
Class file names should be based on the class name with "class-" prepended. Expected class-testcase.php, but found TestCase.php.
|
|
Show PHPCS results in PR:
tests/Unit/TestCase.php#L1
Filenames should be all lowercase with hyphens as word separators. Expected testcase.php, but found TestCase.php.
|
|
Show PHPCS results in PR:
tests/Integration/TestCase.php#L1
Class file names should be based on the class name with "class-" prepended. Expected class-testcase.php, but found TestCase.php.
|
|
Show PHPCS results in PR:
tests/Integration/TestCase.php#L1
Filenames should be all lowercase with hyphens as word separators. Expected testcase.php, but found TestCase.php.
|
|
Show PHPCS results in PR:
tests/Integration/PluginTest.php#L1
Class file names should be based on the class name with "class-" prepended. Expected class-plugintest.php, but found PluginTest.php.
|
|
Show PHPCS results in PR:
tests/Integration/PluginTest.php#L1
Filenames should be all lowercase with hyphens as word separators. Expected plugintest.php, but found PluginTest.php.
|
|
Check PHP code style
Process completed with exit code 1.
|
|
Show PHPCS results in PR:
tests/bootstrap.php#L15
Detected usage of a non-sanitized input variable: $_SERVER['argv']
|
Loading