Skip to content

Commit

Permalink
Merge pull request #2936 from MGatner/fabricator
Browse files Browse the repository at this point in the history
Fabricator class
  • Loading branch information
MGatner authored May 18, 2020
2 parents 77a32b0 + e581bda commit b5e1941
Show file tree
Hide file tree
Showing 8 changed files with 1,254 additions and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
},
"require-dev": {
"codeigniter4/codeigniter4-standard": "^1.0",
"fzaninotto/faker": "^1.9@dev",
"mikey179/vfsstream": "1.6.*",
"phpunit/phpunit": "^8.5",
"squizlabs/php_codesniffer": "^3.3"
Expand Down
20 changes: 20 additions & 0 deletions system/Language/en/Fabricator.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?php

/**
* Fabricator language strings.
*
* @package CodeIgniter
* @author CodeIgniter Dev Team
* @copyright 2019-2020 CodeIgniter Foundation
* @license https://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 4.0.0
* @filesource
*
* @codeCoverageIgnore
*/

return [
'invalidModel' => 'Invalid model supplied for fabrication.',
'missingFormatters' => 'No valid formatters defined.',
];
Loading

0 comments on commit b5e1941

Please sign in to comment.