Skip to content
This repository has been archived by the owner on Aug 24, 2020. It is now read-only.

Commit

Permalink
Correct namespace for tests from Formatter to Serializers.
Browse files Browse the repository at this point in the history
  • Loading branch information
JanZerebecki committed Sep 8, 2014
1 parent dc3eec8 commit b71098b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Ask\Tests\Ask\Wikitext\Formatter\Description;
namespace Ask\Tests\Ask\Wikitext\Serializers\Description;

use Ask\Language\Description\AnyValue;
use Ask\Wikitext\Serializers\Description\AnyValueSerializer;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Ask\Tests\Ask\Wikitext\Formatter\Description;
namespace Ask\Tests\Ask\Wikitext\Serializers\Description;

use Ask\Language\Description\AnyValue;
use Ask\Language\Description\SomeProperty;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Ask\Tests\Ask\Wikitext\Formatter\Description;
namespace Ask\Tests\Ask\Wikitext\Serializers\Description;

use Ask\Language\Description\ValueDescription;
use Ask\Wikitext\Serializers\Description\ValueDescriptionSerializer;
Expand Down

0 comments on commit b71098b

Please sign in to comment.