Init #7
Annotations
11 errors
|
🧪 PHPUnit Tests:
tests/Blueprint/CsvReaderTest.php#L50
JBZoo\PHPUnit\Blueprint\CsvReaderTest::testReadCsvFileWithHeader
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-'tests/fixtures/simple_header.csv'
+'./tests/fixtures/simple_header.csv'
vendor/jbzoo/phpunit/src/functions/aliases.php:129
tests/Blueprint/CsvReaderTest.php:53
|
🧪 PHPUnit Tests:
tests/Blueprint/CsvReaderTest.php#L32
JBZoo\PHPUnit\Blueprint\CsvReaderTest::testReadCsvFileWithoutHeader
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-'tests/fixtures/simple_no_header.csv'
+'./tests/fixtures/simple_no_header.csv'
vendor/jbzoo/phpunit/src/functions/aliases.php:129
tests/Blueprint/CsvReaderTest.php:35
|
🧪 PHPUnit Tests:
tests/Blueprint/ValidatorTest.php#L59
JBZoo\PHPUnit\Blueprint\ValidatorTest::testNotEmptyMessage
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-'"not_empty" at line 19, column "integer (0)". Value is empty.'
+'"not_empty" at line 19, column "0:integer". Value is empty.'
vendor/jbzoo/phpunit/src/functions/aliases.php:129
tests/Blueprint/ValidatorTest.php:65
|
🧪 PHPUnit Tests:
tests/Blueprint/ValidatorTest.php#L105
JBZoo\PHPUnit\Blueprint\ValidatorTest::testRegex
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-'"regex" at line 2, column "seq (0)". Value "1" does not match the pattern "/[a-z]/u".'
+'"regex" at line 2, column "0:seq". Value "1" does not match the pattern "/[a-z]/u".'
vendor/jbzoo/phpunit/src/functions/aliases.php:129
tests/Blueprint/ValidatorTest.php:114
|
🧪 PHPUnit Tests:
tests/Blueprint/ValidatorTest.php#L180
JBZoo\PHPUnit\Blueprint\ValidatorTest::testOnlyLowercase
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-'"only_lowercase" at line 8, column "bool (0)". Value "False" should be in lowercase.'
+'"only_lowercase" at line 8, column "0:bool". Value "False" should be in lowercase.'
vendor/jbzoo/phpunit/src/functions/aliases.php:129
tests/Blueprint/ValidatorTest.php:186
|
🧪 PHPUnit Tests:
tests/Blueprint/ValidatorTest.php#L156
JBZoo\PHPUnit\Blueprint\ValidatorTest::testOnlyTrimed
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-'"only_trimed" at line 14, column "sentence (0)". Value " Urecam" is not trimmed.'
+'"only_trimed" at line 14, column "0:sentence". Value " Urecam" is not trimmed.'
vendor/jbzoo/phpunit/src/functions/aliases.php:129
tests/Blueprint/ValidatorTest.php:162
|
🧪 PHPUnit Tests:
tests/Blueprint/ValidatorTest.php#L204
JBZoo\PHPUnit\Blueprint\ValidatorTest::testPrecision
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-'"precision" at line 2, column "seq (0)". Value "1" has a precision of 0 but should have a precision of 1.'
+'"precision" at line 2, column "0:seq". Value "1" has a precision of 0 but should have a precision of 1.'
vendor/jbzoo/phpunit/src/functions/aliases.php:129
tests/Blueprint/ValidatorTest.php:210
|
🧪 PHPUnit Tests:
tests/Blueprint/ValidatorTest.php#L132
JBZoo\PHPUnit\Blueprint\ValidatorTest::testMinLength
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-'"min_length" at line 2, column "seq (0)". Value "1" (legth: 1) is too short. Min length is 1000.'
+'"min_length" at line 2, column "0:seq". Value "1" (legth: 1) is too short. Min length is 1000.'
vendor/jbzoo/phpunit/src/functions/aliases.php:129
tests/Blueprint/ValidatorTest.php:138
|
🧪 PHPUnit Tests:
tests/Blueprint/ValidatorTest.php#L277
JBZoo\PHPUnit\Blueprint\ValidatorTest::testAllowValues
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-'"allow_values" at line 8, column "bool (0)". Value "False" is not allowed. Allowed values: ["true", "false"].'
+'"allow_values" at line 8, column "0:bool". Value "False" is not allowed. Allowed values: ["true", "false"].'
vendor/jbzoo/phpunit/src/functions/aliases.php:129
tests/Blueprint/ValidatorTest.php:290
|
🧪 PHPUnit Tests:
tests/Blueprint/ValidatorTest.php#L339
JBZoo\PHPUnit\Blueprint\ValidatorTest::testIsBool
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-'"is_bool" at line 2, column "yn (0)". Value "n" is not allowed. Allowed values: ["true", "false"].'
+'"is_bool" at line 2, column "0:yn". Value "n" is not allowed. Allowed values: ["true", "false"].'
vendor/jbzoo/phpunit/src/functions/aliases.php:129
tests/Blueprint/ValidatorTest.php:345
|
Loading