CI #142
ci.yaml
on: schedule
Matrix: Tests
Matrix: Coding standard
Matrix: Static analysis
Matrix: Test for mutants
Matrix: Code coverage finish
Status check - CI
5s
Annotations
11 errors and 10 warnings
|
Static analysis (ubuntu-latest, 8.4):
tests/Unit/Spec/AuthorizationCodeOAuthFlowTest.php#L33
Access to property $refreshUrl of internal class Orisai\OpenAPI\Spec\OAuthFlow from outside its root namespace Orisai.
|
|
Static analysis (ubuntu-latest, 8.4):
tests/Unit/Spec/AuthorizationCodeOAuthFlowTest.php#L32
Call to method addScope() of internal class Orisai\OpenAPI\Spec\OAuthFlow from outside its root namespace Orisai.
|
|
Static analysis (ubuntu-latest, 8.4):
tests/Unit/Spec/AuthorizationCodeOAuthFlowTest.php#L31
Call to method addScope() of internal class Orisai\OpenAPI\Spec\OAuthFlow from outside its root namespace Orisai.
|
|
Static analysis (ubuntu-latest, 8.4):
tests/Unit/Spec/AuthorizationCodeOAuthFlowTest.php#L17
Call to method getScopes() of internal class Orisai\OpenAPI\Spec\OAuthFlow from outside its root namespace Orisai.
|
|
Static analysis (ubuntu-latest, 8.4):
tests/Unit/Spec/ApiKeySecuritySchemeTest.php#L27
Access to property $description of internal class Orisai\OpenAPI\Spec\SecurityScheme from outside its root namespace Orisai.
|
|
Static analysis (ubuntu-latest, 8.4):
tests/Unit/Spec/ApiKeySecuritySchemeTest.php#L16
Call to method getType() of internal class Orisai\OpenAPI\Spec\SecurityScheme from outside its root namespace Orisai.
|
|
Static analysis (ubuntu-latest, 8.4):
tests/Doubles/ExtendableSpecObject.php#L11
Usage of internal trait Orisai\OpenAPI\Spec\SpecObjectSupportsExtensions in class Tests\Orisai\OpenAPI\Doubles\ExtendableSpecObject.
|
|
Static analysis (ubuntu-latest, 8.4):
tests/Doubles/ExtendableSpecObject.php#L8
Class Tests\Orisai\OpenAPI\Doubles\ExtendableSpecObject implements internal interface Orisai\OpenAPI\Spec\SpecObject.
|
|
Static analysis (ubuntu-latest, 8.4):
src/Spec/Schema.php#L43
Cannot unset property Orisai\OpenAPI\Spec\Schema::$example because it might have hooks in a subclass.
|
|
Static analysis (ubuntu-latest, 8.4):
src/Spec/Schema.php#L43
Cannot unset property Orisai\OpenAPI\Spec\Schema::$default because it might have hooks in a subclass.
|
|
Status check - CI
Process completed with exit code 1.
|
|
Test for mutants (ubuntu-latest, 8.4):
src/Spec/Parameter.php#L208
Escaped Mutant for Mutator "TrueValue":
@@ @@
public function hasExample(): bool
{
$property = new ReflectionProperty($this, 'example');
- $property->setAccessible(true);
+ $property->setAccessible(false);
return $property->isInitialized($this);
}
/**
|
|
Test for mutants (ubuntu-latest, 8.4):
src/Spec/NullSchema.php#L21
Escaped Mutant for Mutator "ArrayOneItem":
@@ @@
{
$data = parent::toArray();
$data['type'] = $this->type;
- return $data;
+ return count($data) > 1 ? array_slice($data, 0, 1, true) : $data;
}
}
|
|
Test for mutants (ubuntu-latest, 8.4):
src/Spec/MediaType.php#L44
Escaped Mutant for Mutator "MethodCallRemoval":
@@ @@
public function hasExample(): bool
{
$property = new ReflectionProperty($this, 'example');
- $property->setAccessible(true);
+
return $property->isInitialized($this);
}
/**
|
|
Test for mutants (ubuntu-latest, 8.4):
src/Spec/MediaType.php#L44
Escaped Mutant for Mutator "TrueValue":
@@ @@
public function hasExample(): bool
{
$property = new ReflectionProperty($this, 'example');
- $property->setAccessible(true);
+ $property->setAccessible(false);
return $property->isInitialized($this);
}
/**
|
|
Test for mutants (ubuntu-latest, 8.4):
src/Spec/Link.php#L72
Escaped Mutant for Mutator "MethodCallRemoval":
@@ @@
public function hasRequestBody(): bool
{
$property = new ReflectionProperty($this, 'requestBody');
- $property->setAccessible(true);
+
return $property->isInitialized($this);
}
/**
|
|
Test for mutants (ubuntu-latest, 8.4):
src/Spec/Link.php#L72
Escaped Mutant for Mutator "TrueValue":
@@ @@
public function hasRequestBody(): bool
{
$property = new ReflectionProperty($this, 'requestBody');
- $property->setAccessible(true);
+ $property->setAccessible(false);
return $property->isInitialized($this);
}
/**
|
|
Test for mutants (ubuntu-latest, 8.4):
src/Spec/Header.php#L79
Escaped Mutant for Mutator "MethodCallRemoval":
@@ @@
public function hasExample(): bool
{
$property = new ReflectionProperty($this, 'example');
- $property->setAccessible(true);
+
return $property->isInitialized($this);
}
/**
|
|
Test for mutants (ubuntu-latest, 8.4):
src/Spec/Header.php#L79
Escaped Mutant for Mutator "TrueValue":
@@ @@
public function hasExample(): bool
{
$property = new ReflectionProperty($this, 'example');
- $property->setAccessible(true);
+ $property->setAccessible(false);
return $property->isInitialized($this);
}
/**
|
|
Test for mutants (ubuntu-latest, 8.4):
src/Spec/Example.php#L42
Escaped Mutant for Mutator "MethodCallRemoval":
@@ @@
public function hasValue(): bool
{
$property = new ReflectionProperty($this, 'value');
- $property->setAccessible(true);
+
return $property->isInitialized($this);
}
/**
|
|
Test for mutants (ubuntu-latest, 8.4):
src/Spec/Example.php#L42
Escaped Mutant for Mutator "TrueValue":
@@ @@
public function hasValue(): bool
{
$property = new ReflectionProperty($this, 'value');
- $property->setAccessible(true);
+ $property->setAccessible(false);
return $property->isInitialized($this);
}
/**
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
Logs - Mutations
Expired
|
3.53 KB |
sha256:ea7f2d487a1f16acad3f2cca0a8c5c7473e3ad2a879f35221554dfb89e188069
|
|