All Projects → sebastianbergmann → phpunit-documentation-chinese

sebastianbergmann / phpunit-documentation-chinese

Licence: other
Simplified Chinese Documentation for PHPUnit

Programming Languages

python
139335 projects - #7 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to phpunit-documentation-chinese

Coveragechecker
Allows old code to use new standards
Stars: ✭ 159 (+354.29%)
Mutual labels:  phpunit
phpboilerplate
PHP boilerplate with composer psr-4, phpunit and travis-ci.
Stars: ✭ 15 (-57.14%)
Mutual labels:  phpunit
composer-plugin-qa
Comprehensive Plugin for composer to execute PHP Quality assurance Tools
Stars: ✭ 25 (-28.57%)
Mutual labels:  phpunit
Brainmonkey
Mocking utility for PHP functions and WordPress plugin API
Stars: ✭ 191 (+445.71%)
Mutual labels:  phpunit
Phpstan Phpunit
PHPUnit extensions and rules for PHPStan
Stars: ✭ 247 (+605.71%)
Mutual labels:  phpunit
intellij-drupal-run-tests
Provides a run configuration that executes Drupal's test runner (for Simpletest, Unit, Kernel, Functional, FunctionalJavascript.)
Stars: ✭ 24 (-31.43%)
Mutual labels:  phpunit
Specify
BDD style code blocks for PHPUnit / Codeception
Stars: ✭ 141 (+302.86%)
Mutual labels:  phpunit
PHPUnit-Polyfills
Set of polyfills for changed PHPUnit functionality to allow for creating PHPUnit cross-version compatible tests
Stars: ✭ 147 (+320%)
Mutual labels:  phpunit
PhpUnitAssertException
Assert exception/throwable/error PHPUnit trait
Stars: ✭ 18 (-48.57%)
Mutual labels:  phpunit
vscode-phpunit
The VS Code Test Explorer extension for PHPUnit
Stars: ✭ 100 (+185.71%)
Mutual labels:  phpunit
Steward
PHP libraries that makes Selenium WebDriver + PHPUnit functional testing easy and robust
Stars: ✭ 215 (+514.29%)
Mutual labels:  phpunit
Auth Tests
Always-current tests for Laravel's authentication system. Curated by the community.
Stars: ✭ 230 (+557.14%)
Mutual labels:  phpunit
specter-php
JSON Mocking and Testing for PHP
Stars: ✭ 18 (-48.57%)
Mutual labels:  phpunit
Phpunit Bridge
Provides utilities for PHPUnit, especially user deprecation notices management.
Stars: ✭ 2,150 (+6042.86%)
Mutual labels:  phpunit
librarify-back
Librarify. Creando una API con Symfony 5 es un curso completo sobre Symfony 5 en el que cuento cómo desarrollar una API desde cero empleando FOS Rest Bundle.
Stars: ✭ 30 (-14.29%)
Mutual labels:  phpunit
Phpunit Pretty Print
✅  Make your PHPUnit output beautiful
Stars: ✭ 149 (+325.71%)
Mutual labels:  phpunit
slim-skeleton
Slim Framework skeleton application following MVC construction
Stars: ✭ 18 (-48.57%)
Mutual labels:  phpunit
phpunit-injector
Injects services from a PSR-11 dependency injection container to PHPUnit test cases
Stars: ✭ 62 (+77.14%)
Mutual labels:  phpunit
wordpress-plugin
WordPress plugin starter template with all of the things.
Stars: ✭ 19 (-45.71%)
Mutual labels:  phpunit
phpunit-detailed-printer
Detailed output formatter for PHPUnit tests
Stars: ✭ 39 (+11.43%)
Mutual labels:  phpunit

翻译

文档的每一种翻译都用单独的存储库来维护:

添加新的翻译

如果要创建新的翻译,请在英语文档的问题跟踪器(issue tracker)中开一个新的问题(issue), 说明您要翻译的语言。会创建一个新的存储库并将其添加到可用翻译中。

理想情况下,您应当已经基于英语文档的分支或副本而准备好一个翻译的版本, 这个版本稍后将导入到官方存储库中。

构建文档

需求

构建 HTML 文档

要构建完整的文档,运行:

$ make html

之后你就可以在 build/html 中找到相应的 HTML 文件了。

校对自动化

安装

$ pip install docutils-ast-writer
$ npm install

使用

$ ./node_modules/.bin/textlint src
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].