chore(fixer): better documentation, refactor tests #184
tests.yml
on: pull_request
code-standards
/
PHP Code Standards
14s
static-analysis
/
PHPStan Static Analysis
22s
build_docs
/
Generate and Deploy Documentation
1m 11s
Matrix: test
Annotations
18 errors
code-standards / PHP Code Standards
Process completed with exit code 8.
|
static-analysis / PHPStan Static Analysis:
src/Fixers/ClientUpgradeFixer/examples/class_vars.legacy.php#L16
Class Google\Cloud\Samples\Dlp\ClientWrapper extends unknown class Google\Cloud\Samples\Dlp\TestCase.
|
static-analysis / PHPStan Static Analysis:
src/Fixers/ClientUpgradeFixer/examples/class_vars.new.php#L18
Class Google\Cloud\Samples\Dlp\ClientWrapper extends unknown class Google\Cloud\Samples\Dlp\TestCase.
|
static-analysis / PHPStan Static Analysis:
src/Fixers/ClientUpgradeFixer/examples/inline_html.legacy.php#L18
Parameter $message of function print_message() has invalid type Message.
|
static-analysis / PHPStan Static Analysis:
src/Fixers/ClientUpgradeFixer/examples/inline_html.new.php#L20
Parameter $message of function print_message() has invalid type Message.
|
static-analysis / PHPStan Static Analysis:
src/Fixers/ClientUpgradeFixer/examples/var_typehint.legacy.php#L48
Class Google\Cloud\Samples\Dlp\VariablesInsideClass extends unknown class Google\Cloud\Samples\Dlp\TestCase.
|
static-analysis / PHPStan Static Analysis:
src/Fixers/ClientUpgradeFixer/examples/var_typehint.new.php#L53
Class Google\Cloud\Samples\Dlp\VariablesInsideClass extends unknown class Google\Cloud\Samples\Dlp\TestCase.
|
static-analysis / PHPStan Static Analysis:
src/Fixers/ClientUpgradeFixer/examples/vars_defined_elsewhere.legacy.php#L20
Class Google\Cloud\Samples\Dlp\MyClass extends unknown class Google\Cloud\Samples\Dlp\SomethingWhichDefinedAClient.
|
static-analysis / PHPStan Static Analysis:
src/Fixers/ClientUpgradeFixer/examples/vars_defined_elsewhere.legacy.php#L27
Access to an undefined property Google\Cloud\Samples\Dlp\MyClass::$dlpFromConfig.
|
static-analysis / PHPStan Static Analysis:
src/Fixers/ClientUpgradeFixer/examples/vars_defined_elsewhere.legacy.php#L28
Access to an undefined static property Google\Cloud\Samples\Dlp\MyClass::$dlpFromConfig.
|
static-analysis / PHPStan Static Analysis:
src/Fixers/ClientUpgradeFixer/examples/vars_defined_elsewhere.legacy.php#L41
Access to an undefined property Google\Cloud\Samples\Dlp\MyClass::$secretManagerClientFromConfig.
|
PHP 8.3 Unit Test
Process completed with exit code 1.
|
PHP 8.1 Unit Test
The job was canceled because "ubuntu-latest_8_3" failed.
|
PHP 8.1 Unit Test
The operation was canceled.
|
PHP 8.0 Unit Test
The job was canceled because "ubuntu-latest_8_3" failed.
|
PHP 8.0 Unit Test
The operation was canceled.
|
PHP 8.2 Unit Test
The job was canceled because "ubuntu-latest_8_3" failed.
|
PHP 8.2 Unit Test
The operation was canceled.
|