Advertisement
Alii1li

Bake All Payments

Mar 10th, 2024
17
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.42 KB | None | 0 0
  1. M Ali Mirza@MuhammadAli MINGW64 /c/xampp/htdocs/allgym
  2. $ bin/cake bake all Payments
  3. Bake All
  4. -------------------------------------------------------------------------------
  5. One moment while associations are detected.
  6.  
  7. Baking table class for Payments...
  8.  
  9. Creating file C:\xampp\htdocs\allgym\src\Model\Table\PaymentsTable.php
  10. Wrote `C:\xampp\htdocs\allgym\src\Model\Table\PaymentsTable.php`
  11.  
  12. Baking entity class for Payment...
  13.  
  14. Creating file C:\xampp\htdocs\allgym\src\Model\Entity\Payment.php
  15. Wrote `C:\xampp\htdocs\allgym\src\Model\Entity\Payment.php`
  16.  
  17. Baking test fixture for Payments...
  18.  
  19. Creating file C:\xampp\htdocs\allgym\tests\Fixture\PaymentsFixture.php
  20. Wrote `C:\xampp\htdocs\allgym\tests\Fixture\PaymentsFixture.php`
  21. Bake is detecting possible fixtures...
  22.  
  23. Baking test case for App\Model\Table\PaymentsTable ...
  24.  
  25. Creating file C:\xampp\htdocs\allgym\tests\TestCase\Model\Table\PaymentsTableTest.php
  26. Wrote `C:\xampp\htdocs\allgym\tests\TestCase\Model\Table\PaymentsTableTest.php`
  27. Done
  28. Baking controller class for Payments...
  29.  
  30. Creating file C:\xampp\htdocs\allgym\src\Controller\PaymentsController.php
  31. Wrote `C:\xampp\htdocs\allgym\src\Controller\PaymentsController.php`
  32. Bake is detecting possible fixtures...
  33. 2024-03-06 07:35:41 notice: 4.5.0 - Dynamic properties will be removed in PHP 8.2. Add `public $Payments = null;` to your class definition or use `#[AllowDynamicProperties]` attribute.
  34. C:\xampp\htdocs\allgym\vendor\cakephp\bake\src\Command\TestCommand.php, line: 493
  35. You can disable all deprecation warnings by setting `Error.errorLevel` to `E_ALL & ~E_USER_DEPRECATED`. Adding `vendor/cakephp/bake/src/Command/TestCommand.php` to `Error.ignoredDeprecationPaths` in your `config/app.php` config will mute deprecations from that file only.
  36. Trace:
  37. C:\xampp\htdocs\allgym\vendor\cakephp\cakephp\src\Core\functions.php C:\xampp\htdocs\allgym\vendor\cakephp\cakephp\src\Core\functions.php, line 318
  38. C:\xampp\htdocs\allgym\vendor\cakephp\cakephp\src\Datasource\ModelAwareTrait.php C:\xampp\htdocs\allgym\vendor\cakephp\cakephp\src\Datasource\ModelAwareTrait.php, line 121
  39. Cake\Controller\Controller->loadModel() C:\xampp\htdocs\allgym\vendor\cakephp\bake\src\Command\TestCommand.php, line 493
  40. Bake\Command\TestCommand->_processController() C:\xampp\htdocs\allgym\vendor\cakephp\bake\src\Command\TestCommand.php, line 452
  41. Bake\Command\TestCommand->generateFixtureList() C:\xampp\htdocs\allgym\vendor\cakephp\bake\src\Command\TestCommand.php, line 258
  42. Bake\Command\TestCommand->bake() C:\xampp\htdocs\allgym\vendor\cakephp\bake\src\Command\TestCommand.php, line 132
  43. Bake\Command\TestCommand->execute() C:\xampp\htdocs\allgym\vendor\cakephp\bake\src\Command\ControllerCommand.php, line 207
  44. Bake\Command\ControllerCommand->bakeTest() C:\xampp\htdocs\allgym\vendor\cakephp\bake\src\Command\ControllerCommand.php, line 154
  45. Bake\Command\ControllerCommand->bake() C:\xampp\htdocs\allgym\vendor\cakephp\bake\src\Command\ControllerCommand.php, line 64
  46. Bake\Command\ControllerCommand->execute() C:\xampp\htdocs\allgym\vendor\cakephp\bake\src\Command\AllCommand.php, line 115
  47. Bake\Command\AllCommand->execute() C:\xampp\htdocs\allgym\vendor\cakephp\cakephp\src\Console\BaseCommand.php, line 190
  48. Cake\Console\BaseCommand->run() C:\xampp\htdocs\allgym\vendor\cakephp\cakephp\src\Console\CommandRunner.php, line 334
  49. Cake\Console\CommandRunner->runCommand() C:\xampp\htdocs\allgym\vendor\cakephp\cakephp\src\Console\CommandRunner.php, line 172
  50. Cake\Console\CommandRunner->run() C:\xampp\htdocs\allgym\bin\cake.php, line 12
  51. [main]
  52.  
  53.  
  54. Baking test case for App\Controller\PaymentsController ...
  55.  
  56. Creating file C:\xampp\htdocs\allgym\tests\TestCase\Controller\PaymentsControllerTest.php
  57. Wrote `C:\xampp\htdocs\allgym\tests\TestCase\Controller\PaymentsControllerTest.php`
  58. Done
  59.  
  60. Baking `index` view template file...
  61.  
  62. Creating file C:\xampp\htdocs\allgym\templates\Payments\index.php
  63. Wrote `C:\xampp\htdocs\allgym\templates\Payments\index.php`
  64.  
  65. Baking `view` view template file...
  66.  
  67. Creating file C:\xampp\htdocs\allgym\templates\Payments\view.php
  68. Wrote `C:\xampp\htdocs\allgym\templates\Payments\view.php`
  69.  
  70. Baking `add` view template file...
  71.  
  72. Creating file C:\xampp\htdocs\allgym\templates\Payments\add.php
  73. Wrote `C:\xampp\htdocs\allgym\templates\Payments\add.php`
  74.  
  75. Baking `edit` view template file...
  76.  
  77. Creating file C:\xampp\htdocs\allgym\templates\Payments\edit.php
  78. Wrote `C:\xampp\htdocs\allgym\templates\Payments\edit.php`
  79. Bake All complete.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement