Init #9
Annotations
11 errors
|
🧪 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#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#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:198
|
🧪 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#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#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#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#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:250
|
🧪 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
|
Loading