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

Commit

Permalink
- Fixing tests folders
Browse files Browse the repository at this point in the history
  • Loading branch information
akadlec committed Jan 27, 2017
1 parent 36ad43f commit 0917fce
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "ipub/form-phone",
"name": "ipub-form-phone",
"description": "Forms control for adding phone filed for Nette Framework",
"keywords": ["nette", "form", "phone", "ipub", "ipublikuj", "framework", "tools"],
"main": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

declare(strict_types = 1);

namespace IPubTests\Forms\Phone;
namespace IPubTests\FormPhone;

use Nette;
use Nette\Forms;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

declare(strict_types = 1);

namespace IPubTests\Forms\Phone;
namespace IPubTests\FormPhone;

use Nette;
use Nette\Forms;
Expand Down

0 comments on commit 0917fce

Please sign in to comment.