chore: prepares release

This commit is contained in:
Nuno Maduro
2023-09-03 13:37:26 +01:00
parent 04fa6b6372
commit 3a0f6a1d09
5 changed files with 6 additions and 4 deletions

View File

@ -78,6 +78,8 @@ final class BootFiles implements Bootstrapper
private function bootDatasets(string $testsPath): void
{
assert(strlen($testsPath) > 0);
$files = (new PhpUnitFileIterator)->getFilesAsArray($testsPath, '.php');
foreach ($files as $file) {

View File

@ -14,7 +14,7 @@ use Symfony\Component\Console\Output\OutputInterface;
/**
* @internal
*/
final class NoDirtyTestsFound extends InvalidArgumentException implements ExceptionInterface, RenderlessEditor, RenderlessTrace, Panicable
final class NoDirtyTestsFound extends InvalidArgumentException implements ExceptionInterface, Panicable, RenderlessEditor, RenderlessTrace
{
/**
* Renders the panic on the given output.

View File

@ -6,7 +6,7 @@ namespace Pest;
function version(): string
{
return '2.16.1';
return '2.16.2';
}
function testDirectory(string $file = ''): string

View File

@ -1,5 +1,5 @@
Pest Testing Framework 2.16.1.
Pest Testing Framework 2.16.2.
USAGE: pest <file> [options]

View File

@ -1,3 +1,3 @@
Pest Testing Framework 2.16.1.
Pest Testing Framework 2.16.2.