Init #9
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#L192
JBZoo\PHPUnit\Blueprint\ValidatorTest::testOnlyCapitalize
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-'"only_capitalize" at line 2, column "bool (0)". Value "true" should be in capitalize.'
+'"only_capitalize" at line 2, column "0:bool". Value "true" should be in capitalize.'
vendor/jbzoo/phpunit/src/functions/aliases.php:129
tests/Blueprint/ValidatorTest.php:200
|
🧪 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:213
|
🧪 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:140
|
🧪 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:359
|
🧪 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:164
|
🧪 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:347
|
🧪 PHPUnit Tests:
tests/Blueprint/ValidatorTest.php#L244
JBZoo\PHPUnit\Blueprint\ValidatorTest::testMaxDate
Failed asserting that two strings are identical.
--- Expected
+++ Actual
@@ @@
-'"max_date" at line 23, column "date (0)". Value "2120/02/01" is more than the maximum date "2120-01-01T00:00:00.000+00:00".'
+'"max_date" at line 23, column "0:date". Value "2120/02/01" is more than the maximum date "2120-01-01T00:00:00.000+00:00".'
vendor/jbzoo/phpunit/src/functions/aliases.php:129
tests/Blueprint/ValidatorTest.php:253
|
🧪 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:89
|
Loading