Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb6d93f0

Browse files
committed
app/phpunit.xml.dist -> phpunit.xml.dist
1 parentbea4a0c commitb6d93f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎cookbook/testing/bootstrap.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ First, add the following file::
1919

2020
require __DIR__.'/bootstrap.php.cache';
2121

22-
Replace the test bootstrap file ``bootstrap.php.cache`` in ``app/phpunit.xml.dist``
22+
Replace the test bootstrap file ``bootstrap.php.cache`` in ``phpunit.xml.dist``
2323
with ``tests.bootstrap.php``:
2424

2525
..code-block::xml
2626
27-
<!--app/phpunit.xml.dist-->
27+
<!-- phpunit.xml.dist-->
2828
2929
<!-- ...-->
3030
<phpunit
@@ -37,7 +37,7 @@ cache to be cleared:
3737

3838
..code-block::xml
3939
40-
<!--app/phpunit.xml.dist-->
40+
<!-- phpunit.xml.dist-->
4141
<php>
4242
<envname="BOOTSTRAP_CLEAR_CACHE_ENV"value="test"/>
4343
</php>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp