bravesheep / dogmatist-fixtures

此包已被废弃,不再维护。未建议替代包。

基于dogmatist的固定装置

dev-master 2015-03-03 12:24 UTC

This package is not auto-updated.

Last update: 2024-02-03 13:10:43 UTC


README

License Build Status Test Coverage Code Climate Documentation Status

Dogmatist fixtures是一个简单的固定装置框架,它利用了Dogmatist。

文档

您可以在docs/目录中找到文档,或在Read the Docs上在线查看。

要求

  • PHP 5.5+
  • Composer

安装

要将dogmatist作为非开发需求安装到您的项目中,请使用

composer require bravesheep/dogmatist-fixtures=dev-master

或者如果您只在开发过程中(例如测试)需要dogmatist fixtures,请使用

composer require --dev bravesheep/dogmatist-fixtures=dev-master