Skip to content

Commit

Permalink
use Nano\TestApp\TestModel
Browse files Browse the repository at this point in the history
  • Loading branch information
macbre committed Mar 24, 2021
1 parent 33a99f1 commit eefee9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/ModelTest.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

use Nano\NanoBaseTest;
use Nano\Tests\TestModel;
use Nano\TestApp\TestModel;

/**
* Set of unit tests for Model class
Expand Down
2 changes: 1 addition & 1 deletion tests/app/classes/TestModel.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Nano\Tests;
namespace Nano\TestApp;

/**
* An example model
Expand Down

0 comments on commit eefee9f

Please sign in to comment.