Skip to content

Commit 9c04059

Browse files
committed
integration label
1 parent ae8516c commit 9c04059

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/unit/StreamTest.php renamed to tests/Integration/StreamTest.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
<?php
22

3-
namespace unit;
3+
namespace Integration;
44

5+
use PHPUnit\Framework\Attributes\Group;
56
use PHPUnit\Framework\Attributes\Test;
67
use PHPUnit\Framework\TestCase;
78
use rcsofttech85\FileHandler\Exception\StreamException;
89
use rcsofttech85\FileHandler\Stream;
910

11+
#[Group("integration")]
1012
class StreamTest extends TestCase
1113
{
1214
public static function setUpBeforeClass(): void

0 commit comments

Comments
 (0)