Skip to content
This repository has been archived by the owner on Feb 22, 2021. It is now read-only.

Commit

Permalink
Fixed namespace for ParserSpec so that now phpspec runs it.
Browse files Browse the repository at this point in the history
  • Loading branch information
omissis committed Jul 13, 2015
1 parent 857848f commit 23edd1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/Coduo/PhpSpec/DataProvider/Annotation/ParserSpec.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace spec\Coduo\PhpSpec\Annotation\DataProvider;
namespace spec\Coduo\PhpSpec\DataProvider\Annotation;

use PhpSpec\ObjectBehavior;
use Prophecy\Argument;
Expand Down

0 comments on commit 23edd1a

Please sign in to comment.