Revert "Export system"

This reverts commit a79c4ec5ee.
This commit is contained in:
Darko Gjorgjijoski
2026-06-11 08:36:05 +02:00
parent ed5103e54d
commit c9d623a0dd
59 changed files with 715 additions and 4883 deletions

View File

@@ -1,64 +0,0 @@
<?php
/**
* This file is auto-generated by the Laravel VS Code extension.
* Do not modify this file directly as your changes will be overwritten.
*/
namespace {
/**
* Runs the given closure before each test in the current file.
*
* @param-closure-this \PHPUnit\Framework\TestCase|\_Pest\Global\TestCase $closure
*/
function beforeEach(?Closure $closure = null): \Pest\PendingCalls\BeforeEachCall {}
/**
* Runs the given closure after each test in the current file.
*
* @param-closure-this \PHPUnit\Framework\TestCase|\_Pest\Global\TestCase $closure
*/
function afterEach(?Closure $closure = null): \Pest\PendingCalls\AfterEachCall {}
/**
* Adds the given closure as a test.
*
* @param-closure-this \PHPUnit\Framework\TestCase|\_Pest\Global\TestCase $closure
*/
function test(?string $description = null, ?Closure $closure = null): \Pest\Support\HigherOrderTapProxy|\Pest\PendingCalls\TestCall {}
/**
* Adds the given closure as a test.
*
* @param-closure-this \PHPUnit\Framework\TestCase|\_Pest\Global\TestCase $closure
*/
function it(string $description, ?Closure $closure = null): \Pest\PendingCalls\TestCall {}
}
namespace _Pest\Global {
class TestCase {
use \Pest\Arch\Concerns\Architectable;
}
}
namespace Pest {
/**
* @method self toBeCollection()
*/
class Expectation {}
}
namespace Pest\Expectations {
/**
* @method self toBeCollection()
*/
class OppositeExpectation {}
}