Skip to content
This repository was archived by the owner on Apr 14, 2025. It is now read-only.

Commit 187144e

Browse files
authored
Merge pull request #23 from wiese/fix-readme
fixed README links to internal files
2 parents b06ff8e + 164701b commit 187144e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.markdown

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ listeners. You can listen for the following events:
6363

6464
Take a look at the listeners implemented in this projects test suite for an example:
6565

66-
- [SandboxPrepare.php](https://github.com/jwage/phpchunkit/blob/master/tests/PHPChunkit/Test/Listener/SandboxPrepare.php)
67-
- [DatabasesCreate.php](https://github.com/jwage/phpchunkit/blob/master/tests/PHPChunkit/Test/Listener/DatabasesCreate.php)
68-
- [SandboxCleanup.php](https://github.com/jwage/phpchunkit/blob/master/tests/PHPChunkit/Test/Listener/SandboxCleanup.php)
66+
- [SandboxPrepare.php](https://github.com/jwage/phpchunkit/blob/master/tests/Listener/SandboxPrepare.php)
67+
- [DatabasesCreate.php](https://github.com/jwage/phpchunkit/blob/master/tests/Listener/DatabasesCreate.php)
68+
- [SandboxCleanup.php](https://github.com/jwage/phpchunkit/blob/master/tests/Listener/SandboxCleanup.php)
6969

7070
### Configuration
7171

@@ -102,7 +102,7 @@ Here is an example `phpchunkit.xml` file. Place this in the root of your project
102102
```
103103

104104
The `tests/phpchunkit_bootstrap.php` file is loaded after the XML is loaded
105-
and gives you the ability to do more advanced things with the [Configuration](https://github.com/jwage/phpchunkit/blob/master/src/PHPChunkit/Configuration.php).
105+
and gives you the ability to do more advanced things with the [Configuration](https://github.com/jwage/phpchunkit/blob/master/src/Configuration.php).
106106

107107
Here is an example:
108108

0 commit comments

Comments
 (0)