alphazframework / framework

Core files of AlphaZ Framework
https://alphazframework.github.io/
MIT License
16 stars 17 forks source link

Fix for #274 #275

Closed lablnet closed 5 years ago

lablnet commented 5 years ago

https://github.com/zestframework/Zest_Framework/issues/274

lablnet commented 5 years ago

@peter279k I do not know why test failing.

peter279k commented 5 years ago

The Travis CI build is failed because the assertions are failed.

It seems that the regular expression patterns are not correct. And it should be checked.

The failed assertion messages are as follows:

1) Framework\Tests\StrTest::testHasLowerCase
Failed asserting that false is true.
/home/travis/build/zestframework/Zest_Framework/Tests/Data/StrTest.php:39
lablnet commented 5 years ago

The Travis CI build is failed because the assertions are failed.

It seems that the regular expression patterns are not correct. And it should be checked.

The failed assertion messages are as follows:

1) Framework\Tests\StrTest::testHasLowerCase
Failed asserting that false is true.
/home/travis/build/zestframework/Zest_Framework/Tests/Data/StrTest.php:39

Am sure "Regx" is correct, you may try to use online regx editor and manually check that in your Home.php" file it produce right result

i do not know what the hack problem with UnitTest

lablnet commented 5 years ago

This PR is now closed due to better one #280