diff --git a/tests/CommonTest.php b/tests/CommonTest.php new file mode 100644 index 0000000..4eb415f --- /dev/null +++ b/tests/CommonTest.php @@ -0,0 +1,14 @@ +assertInstanceOf(PendingRequest::class, TalentaApi::request()); + } +} diff --git a/tests/ExampleTest.php b/tests/ExampleTest.php deleted file mode 100644 index c7ee544..0000000 --- a/tests/ExampleTest.php +++ /dev/null @@ -1,16 +0,0 @@ -assertTrue(true); - } -}