Skip to content

Commit cb1baf3

Browse files
committed
[zendframework#2373] Minor fixes
1 parent be20adb commit cb1baf3

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

README-DEV.md

-4
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ page, http://framework.zend.com/wiki/display/ZFDEV2/RFC%27s.
2323

2424
## RUNNING TESTS
2525

26-
The full test suite currently does not run! This is due to some
27-
components not yet being migrated to namespaces, as well as to some
28-
issues we've encountered in refactoring.
29-
3026
To run tests:
3127

3228
- Make sure you have a recent version of PHPUnit installed; 3.6.0

README-GIT.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Your first step is to establish a public repository from which we can
66
pull your work into the master repository. You have two options: use
7-
github or other public site, or setup/use your own repository.
7+
GitHub or other public site, or setup/use your own repository.
88

99
While you can use a private repository and utilize ``git format-patch`` to
1010
submit patches, this is discouraged as it does not facilitate public peer
@@ -13,7 +13,7 @@ review.
1313
### Option 1: GitHub
1414

1515
1. Setup a GitHub account (http://github.com/), if you haven't yet
16-
2. Fork the ZF2 respository (http://github.com/zendframework/zf2)
16+
2. Fork the ZF2 repository (http://github.com/zendframework/zf2)
1717
3. Clone your fork locally and enter it (use your own GitHub username
1818
in the statement below)
1919

@@ -80,7 +80,7 @@ To reduce the number of red Travis-CI builds, the following Git pre-commit hook
8080
can help catch code style issues before committing. Save it as
8181
```.git/hooks/pre-commit```, and make sure it is executable.
8282
83-
```sh
83+
```php
8484
#!/usr/bin/env php
8585
<?php
8686
/**

0 commit comments

Comments
 (0)