Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
holyshared committed Apr 4, 2015
1 parent 1cad70a commit 59e74bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ You can output the data to a temporary file in the **write** or **writeln** meth
```php
beforeEach(function() {
$this->tempDirectory = $this->makeDirectory();
$this->tempFile = $this->tempDirectory->createFile('report.txt');
$this->tempFile = $this->tempDirectory->createNewFile('report.txt');

$this->tempFile->open();
$this->tempFile->writeln('Hello world!!');
Expand Down

0 comments on commit 59e74bc

Please sign in to comment.