Skip to content

Commit eb7e7fa

Browse files
Add note to use Behat instead of PHPUnit_Extensions_Story_TestCase
1 parent b213efd commit eb7e7fa

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

src/3.7/en/behaviour-driven-development.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,15 @@
7070
is written and the domain language spoken by the" domain experts.
7171
</para>
7272

73+
<caution>
74+
<para>
75+
You want to use <ulink url="http://behat.org/">Behat</ulink> for
76+
Behaviour-Driven Development instead of the
77+
<literal>PHPUnit_Extensions_Story_TestCase</literal> extension to PHPUnit
78+
that is discussed in the remainder of this chapter.
79+
</para>
80+
</caution>
81+
7382
<para>
7483
<indexterm><primary><literal>PHPUnit_Extensions_Story_TestCase</literal></primary></indexterm>
7584

src/3.8/en/behaviour-driven-development.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,15 @@
7070
is written and the domain language spoken by the" domain experts.
7171
</para>
7272

73+
<caution>
74+
<para>
75+
You want to use <ulink url="http://behat.org/">Behat</ulink> for
76+
Behaviour-Driven Development instead of the
77+
<literal>PHPUnit_Extensions_Story_TestCase</literal> extension to PHPUnit
78+
that is discussed in the remainder of this chapter.
79+
</para>
80+
</caution>
81+
7382
<para>
7483
<indexterm><primary><literal>PHPUnit_Extensions_Story_TestCase</literal></primary></indexterm>
7584

0 commit comments

Comments
 (0)