Skip to content

chore(fixer): better documentation, refactor tests #190

chore(fixer): better documentation, refactor tests

chore(fixer): better documentation, refactor tests #190

Triggered via pull request September 4, 2024 18:17
Status Failure
Total duration 2m 19s
Artifacts

tests.yml

on: pull_request
code-standards  /  PHP Code Standards
18s
code-standards / PHP Code Standards
static-analysis  /  PHPStan Static Analysis
23s
static-analysis / PHPStan Static Analysis
build_docs  /  Generate and Deploy Documentation
46s
build_docs / Generate and Deploy Documentation
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

10 errors
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.