Skip to content

Commit

Permalink
Merge pull request sebastianbergmann#13 from whatthejeff/document_mis…
Browse files Browse the repository at this point in the history
…sing_assertions

Updated version number for 3.6.0 docs.
  • Loading branch information
sebastianbergmann committed May 20, 2011
2 parents 66026d1 + b524cc7 commit eb9d0bc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions branches/3.6/en/writing-tests-for-phpunit.xml
Expand Up @@ -1035,7 +1035,7 @@ class EqualXMLStructureTest extends PHPUnit_Framework_TestCase
}
?>]]></programlisting>
<screen><userinput>phpunit EqualXMLStructureTest</userinput><![CDATA[
PHPUnit 3.5.13 by Sebastian Bergmann.
PHPUnit 3.6.0 by Sebastian Bergmann.
FFFF
Expand Down Expand Up @@ -1981,7 +1981,7 @@ class SelectCountTest extends PHPUnit_Framework_TestCase
}
?>]]></programlisting>
<screen><userinput>phpunit SelectCountTest</userinput><![CDATA[
PHPUnit 3.5.13 by Sebastian Bergmann.
PHPUnit 3.6.0 by Sebastian Bergmann.
FFFF
Expand Down Expand Up @@ -2059,7 +2059,7 @@ class SelectEqualsTest extends PHPUnit_Framework_TestCase
}
?>]]></programlisting>
<screen><userinput>phpunit SelectEqualsTest</userinput><![CDATA[
PHPUnit 3.5.13 by Sebastian Bergmann.
PHPUnit 3.6.0 by Sebastian Bergmann.
FFFF
Expand Down Expand Up @@ -2137,7 +2137,7 @@ class SelectRegExpTest extends PHPUnit_Framework_TestCase
}
?>]]></programlisting>
<screen><userinput>phpunit SelectRegExpTest</userinput><![CDATA[
PHPUnit 3.5.13 by Sebastian Bergmann.
PHPUnit 3.6.0 by Sebastian Bergmann.
FFFF
Expand Down

0 comments on commit eb9d0bc

Please sign in to comment.