From 8e62c4c52c27f9432820915deeb699c3d1f58ce7 Mon Sep 17 00:00:00 2001 From: Igor Scheller Date: Sat, 6 Oct 2018 14:15:54 +0200 Subject: Added new user models --- tests/Unit/Models/User/HasUserModelTest.php | 33 +++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 tests/Unit/Models/User/HasUserModelTest.php (limited to 'tests/Unit/Models/User/HasUserModelTest.php') diff --git a/tests/Unit/Models/User/HasUserModelTest.php b/tests/Unit/Models/User/HasUserModelTest.php new file mode 100644 index 00000000..07f3d726 --- /dev/null +++ b/tests/Unit/Models/User/HasUserModelTest.php @@ -0,0 +1,33 @@ +assertInstanceOf(BelongsTo::class, $model->user()); + } + + /** + * Prepare test + */ + protected function setUp() + { + $this->initDatabase(); + } +} -- cgit v1.2.3-54-g00ecf