Init #7
Annotations
11 errors
|
🧪 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/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/ValidatorTest.php#L351
JBZoo\PHPUnit\Blueprint\ValidatorTest::testIsEmail
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-'"is_email" at line 2, column "yn (0)". Value "N" is not a valid email.'
+'"is_email" at line 2, column "0:yn". Value "N" is not a valid email.'
vendor/jbzoo/phpunit/src/functions/aliases.php:129
tests/Blueprint/ValidatorTest.php:357
|
🧪 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#L297
JBZoo\PHPUnit\Blueprint\ValidatorTest::testExactValue
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-'"exact_value" at line 2, column "exact (0)". Value "1" is not strict equal to "2".'
+'"exact_value" at line 2, column "0:exact". Value "1" is not strict equal to "2".'
vendor/jbzoo/phpunit/src/functions/aliases.php:129
tests/Blueprint/ValidatorTest.php:303
|
🧪 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#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#L81
JBZoo\PHPUnit\Blueprint\ValidatorTest::testMin
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-'"min" at line 2, column "seq (0)". Value "1" is less than "10".'
+'"min" at line 2, column "0:seq". Value "1" is less than "10".'
vendor/jbzoo/phpunit/src/functions/aliases.php:129
tests/Blueprint/ValidatorTest.php:87
|
🧪 PHPUnit Tests:
tests/Blueprint/ValidatorTest.php#L315
JBZoo\PHPUnit\Blueprint\ValidatorTest::testIsInt
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-'"is_int" at line 2, column "bool (0)". Value "true" is not an integer.'
+'"is_int" at line 2, column "0:bool". Value "true" is not an integer.'
vendor/jbzoo/phpunit/src/functions/aliases.php:129
tests/Blueprint/ValidatorTest.php:321
|
🧪 PHPUnit Tests:
tests/Blueprint/ValidatorTest.php#L144
JBZoo\PHPUnit\Blueprint\ValidatorTest::testMaxLength
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-'"max_length" at line 11, column "seq (0)". Value "10" (legth: 2) is too long. Max length is 1.'
+'"max_length" at line 11, column "0:seq". Value "10" (legth: 2) is too long. Max length is 1.'
vendor/jbzoo/phpunit/src/functions/aliases.php:129
tests/Blueprint/ValidatorTest.php:150
|
Loading