Skip to content

fix(idna translator): refactoring of code and bug patches #5

fix(idna translator): refactoring of code and bug patches

fix(idna translator): refactoring of code and bug patches #5

Triggered via pull request March 21, 2024 13:19
Status Failure
Total duration 1m 50s
Billable time 2m
Artifacts

test.yml

on: pull_request
tests  /  ...  /  🧪 Linting
tests / blesta-ispapi-tests / 🧪 Linting
tests  /  ...  /  🧪 Linting
tests / gulp-release-notification-plugin-tests / 🧪 Linting
tests  /  ...  /  🧪 Linting
tests / go-sdk-tests / 🧪 Linting
tests  /  ...  /  🧪 Linting
tests / java-sdk-tests / 🧪 Linting
tests  /  ...  /  🧪 Linting
tests / node-sdk-tests / 🧪 Linting
tests  /  ...  /  🧪 Linting
tests / perl-sdk-tests / 🧪 Linting
tests  /  ...  /  🧪 Linting
1m 36s
tests / php-idna-translator-tests / 🧪 Linting
tests  /  ...  /  🧪 Linting
tests / php-sdk-tests / 🧪 Linting
tests  /  ...  /  🧪 Linting
tests / python-sdk-tests / 🧪 Linting
Matrix: tests / go-sdk-tests / 🧪 Testing
Waiting for pending jobs
Matrix: tests / java-sdk-tests / 🧪 Testing
Waiting for pending jobs
Matrix: tests / node-sdk-tests / 🧪 Testing
Waiting for pending jobs
Matrix: tests / perl-sdk-tests / 🧪 Testing
Waiting for pending jobs
Matrix: tests / php-idna-translator-tests / 🧪 Testing
Matrix: tests / php-sdk-tests / 🧪 Testing
Waiting for pending jobs
Matrix: tests / python-sdk-tests / 🧪 Testing
Waiting for pending jobs
tests  /  Auto-merge Dependabot PR
0s
tests / Auto-merge Dependabot PR
Fit to window
Zoom out
Zoom in

Annotations

10 errors
tests / php-idna-translator-tests / 🧪 Linting: src/IDNA/Converter/ASCIIConverter.php#L7
Class CNIC\IDNA\Converter\ASCIIConverter implements unknown interface CNIC\IDNA\Converter\ConversionInterface.
tests / php-idna-translator-tests / 🧪 Linting: src/IDNA/Converter/ASCIIConverter.php#L17
Call to static method transitionalProcessing() on an unknown class CNIC\IDNA\Factory\ConverterFactory.
tests / php-idna-translator-tests / 🧪 Linting: src/IDNA/Converter/UnicodeConverter.php#L7
Class CNIC\IDNA\Converter\UnicodeConverter implements unknown interface CNIC\IDNA\Converter\ConversionInterface.
tests / php-idna-translator-tests / 🧪 Linting: src/IDNA/Converter/UnicodeConverter.php#L17
Call to static method transitionalProcessing() on an unknown class CNIC\IDNA\Factory\ConverterFactory.
tests / php-idna-translator-tests / 🧪 Linting: src/IDNA/Factory/ConverterFactory.php#L60
Call to static method check() on an unknown class CNIC\IDNA\Converter\ASCIIConverter.
tests / php-idna-translator-tests / 🧪 Linting: src/IDNA/Factory/ConverterFactory.php#L60
Call to static method check() on an unknown class CNIC\IDNA\Converter\UnicodeConverter.
tests / php-idna-translator-tests / 🧪 Linting: src/IDNA/Factory/ConverterFactory.php#L61
Call to static method convert() on an unknown class CNIC\IDNA\Converter\UnicodeConverter.
tests / php-idna-translator-tests / 🧪 Linting: src/IDNA/Factory/ConverterFactory.php#L88
Call to static method decode() on an unknown class CNIC\IDNA\Converter\UnicodeConverter.
tests / php-idna-translator-tests / 🧪 Linting: src/IDNA/Factory/ConverterFactory.php#L89
Call to static method check() on an unknown class CNIC\IDNA\Converter\UnicodeConverter.
tests / php-idna-translator-tests / 🧪 Linting: src/IDNA/Factory/ConverterFactory.php#L90
Call to static method convert() on an unknown class CNIC\IDNA\Converter\ASCIIConverter.