文件名称:cakephp-faker-fixtures:CakePHP插件使用Faker生成固定装置
文件大小:9KB
文件格式:ZIP
更新时间:2024-06-04 05:28:09
PHP
CakePHP Faker固定装置插件 Hacky CakePHP插件可使用Faker生成固定装置。 扩展Cake的fixture类,将其用于模式生成,但是允许记录的生成由Faker完成 工作进行中,hacky,为我工作,使用风险自负,等等。 安装 依靠Composer来安装和自动加载Faker。 只需将其添加到composer.json的require块中即可。 "burriko/cake-faker": "2.0.*@dev" 配置 将以下行添加到您的app / Config / bootstrap.php中。 CakePlugin::load('CakeFaker'); 您需要更改固定装置以扩展FakerTestFixture而不是CakeTestFixture。 因此,您的灯具文件的开始应该是这样的。 <?php App::uses('FakerTestFixture
【文件预览】:
cakephp-faker-fixtures-master
----.gitignore(3KB)
----Lib()
--------FakerTestCase.php(205B)
--------FakerTestFixture.php(603B)
--------Faker()
----composer.json(817B)
----readme.md(3KB)
----.gitattributes(483B)