Skip to content

Commit

Permalink
Bug fix PHPUnit CsvTest
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod committed Mar 11, 2014
1 parent 4610efa commit 7e7d5c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/CsvTest.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
<?php

namespace League\Csv\Test;
namespace League\Csv\test;

use SplFileInfo;
use SplFileObject;
use SplTempFileObject;
use PHPUnit_Framework_TestCase;
use DateTime;
use League\Csv\Reader;
use League\Csv\Writer;

date_default_timezone_set('UTC');

Expand Down

0 comments on commit 7e7d5c3

Please sign in to comment.