Created
November 3, 2014 16:06
-
-
Save ionas/cfaa4c38c5badde79f3d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jonas@server:/var/www/Foo$ bin/cake bake model all --force; echo $?cle | |
Welcome to CakePHP v3.0.0-beta2 Console | |
--------------------------------------------------------------- | |
App : src | |
Path: /var/www/Foo/src/ | |
--------------------------------------------------------------- | |
One moment while associations are detected. | |
Baking table class for Nations... | |
Creating file /var/www/Foo/src/Model/Table/NationsTable.php | |
Wrote `/var/www/Foo/src/Model/Table/NationsTable.php` | |
Baking entity class for Nation... | |
Creating file /var/www/Foo/src/Model/Entity/Nation.php | |
Wrote `/var/www/Foo/src/Model/Entity/Nation.php` | |
Baking test fixture for Nations... | |
Creating file /var/www/Foo/tests/Fixture/NationsFixture.php | |
Wrote `/var/www/Foo/tests/Fixture/NationsFixture.php` | |
Bake is detecting possible fixtures... | |
Baking test case for App\Model\Table\NationsTable ... | |
Creating file /var/www/Foo/tests/TestCase/Model/Table/NationsTableTest.php | |
Wrote `/var/www/Foo/tests/TestCase/Model/Table/NationsTableTest.php` | |
One moment while associations are detected. | |
Baking table class for Permissions... | |
Creating file /var/www/Foo/src/Model/Table/PermissionsTable.php | |
Wrote `/var/www/Foo/src/Model/Table/PermissionsTable.php` | |
Baking entity class for Permission... | |
Creating file /var/www/Foo/src/Model/Entity/Permission.php | |
Wrote `/var/www/Foo/src/Model/Entity/Permission.php` | |
Baking test fixture for Permissions... | |
Creating file /var/www/Foo/tests/Fixture/PermissionsFixture.php | |
Wrote `/var/www/Foo/tests/Fixture/PermissionsFixture.php` | |
Bake is detecting possible fixtures... | |
Baking test case for App\Model\Table\PermissionsTable ... | |
Creating file /var/www/Foo/tests/TestCase/Model/Table/PermissionsTableTest.php | |
Wrote `/var/www/Foo/tests/TestCase/Model/Table/PermissionsTableTest.php` | |
One moment while associations are detected. | |
Baking table class for Roles... | |
Creating file /var/www/Foo/src/Model/Table/RolesTable.php | |
Wrote `/var/www/Foo/src/Model/Table/RolesTable.php` | |
Baking entity class for Role... | |
Creating file /var/www/Foo/src/Model/Entity/Role.php | |
Wrote `/var/www/Foo/src/Model/Entity/Role.php` | |
Baking test fixture for Roles... | |
Creating file /var/www/Foo/tests/Fixture/RolesFixture.php | |
Wrote `/var/www/Foo/tests/Fixture/RolesFixture.php` | |
Bake is detecting possible fixtures... | |
Baking test case for App\Model\Table\RolesTable ... | |
Creating file /var/www/Foo/tests/TestCase/Model/Table/RolesTableTest.php | |
Wrote `/var/www/Foo/tests/TestCase/Model/Table/RolesTableTest.php` | |
One moment while associations are detected. | |
Baking table class for Settings... | |
Creating file /var/www/Foo/src/Model/Table/SettingsTable.php | |
Wrote `/var/www/Foo/src/Model/Table/SettingsTable.php` | |
Baking entity class for Setting... | |
Creating file /var/www/Foo/src/Model/Entity/Setting.php | |
Wrote `/var/www/Foo/src/Model/Entity/Setting.php` | |
Baking test fixture for Settings... | |
Creating file /var/www/Foo/tests/Fixture/SettingsFixture.php | |
Wrote `/var/www/Foo/tests/Fixture/SettingsFixture.php` | |
Bake is detecting possible fixtures... | |
Baking test case for App\Model\Table\SettingsTable ... | |
Creating file /var/www/Foo/tests/TestCase/Model/Table/SettingsTableTest.php | |
Wrote `/var/www/Foo/tests/TestCase/Model/Table/SettingsTableTest.php` | |
One moment while associations are detected. | |
Baking table class for Users... | |
Creating file /var/www/Foo/src/Model/Table/UsersTable.php | |
Wrote `/var/www/Foo/src/Model/Table/UsersTable.php` | |
Baking entity class for User... | |
Creating file /var/www/Foo/src/Model/Entity/User.php | |
Wrote `/var/www/Foo/src/Model/Entity/User.php` | |
Baking test fixture for Users... | |
Creating file /var/www/Foo/tests/Fixture/UsersFixture.php | |
Wrote `/var/www/Foo/tests/Fixture/UsersFixture.php` | |
Bake is detecting possible fixtures... | |
Baking test case for App\Model\Table\UsersTable ... | |
Creating file /var/www/Foo/tests/TestCase/Model/Table/UsersTableTest.php | |
Wrote `/var/www/Foo/tests/TestCase/Model/Table/UsersTableTest.php` | |
1 | |
jonas@WebAppServer:/var/www/Foo$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment