Skip to content

Conversation

mtak3
Copy link
Contributor

@mtak3 mtak3 commented Feb 14, 2020

No description provided.

$ ./vendor/bin/phpcbf src/ tests/

PHPCBF RESULT SUMMARY
-----------------------------------------------------------------------------------------------------------------------------------
FILE                                                                                          FIXED  REMAINING
-----------------------------------------------------------------------------------------------------------------------------------
cakephp-api-pagination/src/Controller/Component/ApiPaginationComponent.php                    2      9
cakephp-api-pagination/tests/TestCase/Controller/Component/ApiPaginationComponentTest.php     8      21
cakephp-api-pagination/tests/bootstrap.php                                                    1      2
-----------------------------------------------------------------------------------------------------------------------------------
A TOTAL OF 11 ERRORS WERE FIXED IN 3 FILES
-----------------------------------------------------------------------------------------------------------------------------------

Time: 372ms; Memory: 10MB
I do not know how to solve.

---

$ composer test
> phpunit
PHPUnit 8.5.2 by Sebastian Bergmann and contributors.

Runtime:       PHP 7.4.2 with Xdebug 2.9.2
Configuration: /path/to/cakephp-api-pagination/phpunit.xml.dist

  Warning - The configuration file did not pass validation!
  The following problems have been detected:

  Line 34:
  - Element 'log', attribute 'charset': The attribute 'charset' is not allowed.
  - Element 'log', attribute 'yui': The attribute 'yui' is not allowed.
  - Element 'log', attribute 'highlight': The attribute 'highlight' is not allowed.

  Test results may not be as expected.

......                                                              6 / 6 (100%)

Time: 250 ms, Memory: 12.00 MB

OK (6 tests, 6 assertions)

Generating code coverage report in Clover XML format ... done [6 ms]

Generating code coverage report in HTML format ... done [10 ms]

---
@bmudda
Copy link

bmudda commented Apr 1, 2020

@bcrowe do you plan to merge this into master and make a cake 4.0 compatible tag?

@bcrowe bcrowe merged commit b8f1af7 into bcrowe:master Jul 10, 2020
@bcrowe bcrowe mentioned this pull request Jul 10, 2020
@bcrowe
Copy link
Owner

bcrowe commented Jul 10, 2020

@mtak3 @bmudda Hey guys. Extremely sorry for the big delay. I've gotten this merged, and tagged with a 2.0.0 release. I've moved the CakePHP 3.x code into a 1.x branch. CakePHP 4.x code will live in master and be 2.x.x tags. Thanks for the help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants