File tree Expand file tree Collapse file tree 6 files changed +12
-0
lines changed Expand file tree Collapse file tree 6 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 23
23
use Hyperf \DbConnection \Db ;
24
24
use HyperfTest \Database \PgSQL \Stubs \ContainerStub ;
25
25
use Mockery as m ;
26
+ use PHPUnit \Framework \Attributes \CoversNothing ;
26
27
use PHPUnit \Framework \TestCase ;
27
28
28
29
/**
29
30
* @internal
30
31
* @coversNothing
31
32
*/
33
+ #[CoversNothing]
32
34
class DatabasePostgresBuilderTest extends TestCase
33
35
{
34
36
protected function tearDown (): void
Original file line number Diff line number Diff line change 12
12
namespace HyperfTest \Database \PgSQL \Cases ;
13
13
14
14
use Hyperf \Database \PgSQL \Query \Processors \PostgresProcessor ;
15
+ use PHPUnit \Framework \Attributes \CoversNothing ;
15
16
use PHPUnit \Framework \TestCase ;
16
17
17
18
/**
18
19
* @internal
19
20
* @coversNothing
20
21
*/
22
+ #[CoversNothing]
21
23
class DatabasePostgresProcessorTest extends TestCase
22
24
{
23
25
public function testProcessColumnListing ()
Original file line number Diff line number Diff line change 15
15
use Hyperf \Database \PgSQL \Schema \Grammars \PostgresGrammar ;
16
16
use Hyperf \Database \Schema \Blueprint ;
17
17
use Mockery as m ;
18
+ use PHPUnit \Framework \Attributes \CoversNothing ;
18
19
use PHPUnit \Framework \TestCase ;
19
20
20
21
/**
21
22
* @internal
22
23
* @coversNothing
23
24
*/
25
+ #[CoversNothing]
24
26
class DatabasePostgresSchemaGrammarTest extends TestCase
25
27
{
26
28
protected function tearDown (): void
Original file line number Diff line number Diff line change 12
12
namespace HyperfTest \Database \PgSQL \Cases ;
13
13
14
14
use Hyperf \Database \PgSQL \Query \Processors \PostgresProcessor ;
15
+ use PHPUnit \Framework \Attributes \CoversNothing ;
15
16
use PHPUnit \Framework \TestCase ;
16
17
17
18
/**
18
19
* @internal
19
20
* @coversNothing
20
21
*/
22
+ #[CoversNothing]
21
23
class PostgreSqlProcessorTest extends TestCase
22
24
{
23
25
public function testProcessColumnListing ()
Original file line number Diff line number Diff line change 23
23
use Hyperf \Support \Filesystem \Filesystem ;
24
24
use HyperfTest \Database \PgSQL \Stubs \ContainerStub ;
25
25
use Mockery ;
26
+ use PHPUnit \Framework \Attributes \CoversNothing ;
26
27
use PHPUnit \Framework \TestCase ;
27
28
use Symfony \Component \Console \Style \OutputStyle ;
28
29
29
30
/**
30
31
* @internal
31
32
* @coversNothing
32
33
*/
34
+ #[CoversNothing]
33
35
class PostgreSqlSwooleExtConnectionTest extends TestCase
34
36
{
35
37
protected Migrator $ migrator ;
Original file line number Diff line number Diff line change 14
14
use Hyperf \Database \PgSQL \DBAL \Connection ;
15
15
use Hyperf \Database \PgSQL \DBAL \Result ;
16
16
use Hyperf \Database \PgSQL \DBAL \Statement ;
17
+ use PHPUnit \Framework \Attributes \CoversNothing ;
17
18
use PHPUnit \Framework \TestCase ;
18
19
use Swoole \Coroutine \PostgreSQL ;
19
20
20
21
/**
21
22
* @internal
22
23
* @coversNothing
23
24
*/
25
+ #[CoversNothing]
24
26
class ConnectionTest extends TestCase
25
27
{
26
28
protected Connection $ connection ;
You can’t perform that action at this time.
0 commit comments