1.0.7 2023-11-22 11:03 UTC

This package is auto-updated.

Last update: 2024-09-22 12:50:13 UTC


README

简介

组件的目标是提供一组工具,这些工具过于局限,无法拥有自己的bundle。

模块中包含的工具有

  • Collection - 处理数组操作的库
  • SimpleHtml - 允许简化HTML文档探索的库
  • TestCase - 对原生Symfony TestCase组件的扩展,用于在遵循领域驱动设计的前提下进行单元测试的管控
  • Uri - URI操作的库

安装

  1. 在composer.json中声明包

按照以下方式添加外部仓库以包含utils bundle

"repositories": [
  ...
  {
    "type": "vcs",
    "url": "https://gitlab.adullact.net/friend-of-pastry-garden/component/utilsbundle.git"
  }
  ...
]
  1. 在您的应用中调用bundle

composer require friend-of-pastry-garden/utils-bundle

测试配置

一系列环境变量用于配置测试执行

变量描述示例
TEST__IGNORE_WIP允许忽略正在进行中的开发true