Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/HuasoFoundries/phpPgAdmin6.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Pest.php')
-rw-r--r--tests/Pest.php18
1 files changed, 5 insertions, 13 deletions
diff --git a/tests/Pest.php b/tests/Pest.php
index dc4abeed..1de830fa 100644
--- a/tests/Pest.php
+++ b/tests/Pest.php
@@ -1,15 +1,8 @@
<?php
-/*
-|--------------------------------------------------------------------------
-| Test Case
-|--------------------------------------------------------------------------
-|
-| The closure you provide to your test functions is always bound to a specific PHPUnit test
-| case class. By default, that class is "PHPUnit\Framework\TestCase". Of course, you may
-| need to change it using the "uses()" function to bind a different classes or traits.
-|
-*/
+/**
+ * PHPPgAdmin6
+ */
// uses(Tests\TestCase::class)->in('Feature');
@@ -22,9 +15,8 @@
| "expect()" function gives you access to a set of "expectations" methods that you can use
| to assert different things. Of course, you may extend the Expectation API at any time.
|
-*/
+ */
-
expect()->extend('toBeOne', function () {
return $this->toBe(1);
});
@@ -38,4 +30,4 @@ expect()->extend('toBeOne', function () {
| project that you don't want to repeat in every file. Here you can also expose helpers as
| global functions to help you to reduce the number of lines of code in your test files.
|
-*/
+ */