소스 검색

fixing documentation for unit tests

Justin Hileman 15 년 전
부모
커밋
3108aff56d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      test/MustacheTest.php

+ 1 - 1
test/MustacheTest.php

@@ -27,7 +27,7 @@ require_once 'PHPUnit/Framework.php';
  *
  *  1. {@link http://www.phpunit.de/manual/current/en/installation.html Install PHPUnit}
  *  2. run phpunit from the `test` directory:
- *        `phpunit MustacheTest` or just `phpunit`
+ *        `phpunit MustacheTest`
  *  3. Fix bugs. Lather, rinse, repeat.
  *
  * @extends PHPUnit_Framework_TestCase