summaryrefslogtreecommitdiffstats
path: root/test/CsvTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'test/CsvTest.php')
-rw-r--r--test/CsvTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CsvTest.php b/test/CsvTest.php
index 10992cb..b66d96a 100644
--- a/test/CsvTest.php
+++ b/test/CsvTest.php
@@ -79,7 +79,7 @@ class CsvTest extends PHPUnit_Framework_TestCase
*/
public function testOutputSize()
{
- $this->assertSame(60, $this->csv->output('test.csv'));
+ $this->assertSame(60, $this->csv->output(__DIR__.'/data/test.csv'));
}
/**
@@ -87,7 +87,7 @@ class CsvTest extends PHPUnit_Framework_TestCase
*/
public function testOutputHeaders()
{
- if (! function_exists('xdebug_get_headers')) {
+ if (!function_exists('xdebug_get_headers')) {
$this->markTestSkipped();
}
$this->csv->output('test.csv');