File tree Expand file tree Collapse file tree 11 files changed +14
-14
lines changed Expand file tree Collapse file tree 11 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 18
18
19
19
#[CoversClass(TypeGuard::class)]
20
20
#[CoversClass(NotConvertable::class)]
21
- #[CoversFunction('\ Plook\TypeGuard\asBool ' )]
21
+ #[CoversFunction('Plook\TypeGuard\asBool ' )]
22
22
final class AsBoolTest extends TestCase
23
23
{
24
24
public function testDoesNotTouchBools (): void
Original file line number Diff line number Diff line change 19
19
20
20
#[CoversClass(TypeGuard::class)]
21
21
#[CoversClass(NotConvertable::class)]
22
- #[CoversFunction('\ Plook\TypeGuard\asDateTimeImmutable ' )]
23
- #[CoversFunction('\ Plook\TypeGuard\asString ' )]
22
+ #[CoversFunction('Plook\TypeGuard\asDateTimeImmutable ' )]
23
+ #[CoversFunction('Plook\TypeGuard\asString ' )]
24
24
final class AsDateTimeImmutableTest extends TestCase
25
25
{
26
26
private readonly DateTimeZone $ originalTimeZone ;
Original file line number Diff line number Diff line change 17
17
18
18
#[CoversClass(TypeGuard::class)]
19
19
#[CoversClass(NotConvertable::class)]
20
- #[CoversFunction('\ Plook\TypeGuard\asDateTimeString ' )]
21
- #[CoversFunction('\ Plook\TypeGuard\asDateTimeImmutable ' )]
22
- #[CoversFunction('\ Plook\TypeGuard\asString ' )]
20
+ #[CoversFunction('Plook\TypeGuard\asDateTimeString ' )]
21
+ #[CoversFunction('Plook\TypeGuard\asDateTimeImmutable ' )]
22
+ #[CoversFunction('Plook\TypeGuard\asString ' )]
23
23
final class AsDateTimeStringTest extends TestCase
24
24
{
25
25
private readonly string $ originalDateTimeFormat ;
Original file line number Diff line number Diff line change 17
17
18
18
#[CoversClass(TypeGuard::class)]
19
19
#[CoversClass(NotConvertable::class)]
20
- #[CoversFunction('\ Plook\TypeGuard\asFloat ' )]
20
+ #[CoversFunction('Plook\TypeGuard\asFloat ' )]
21
21
final class AsFloatTest extends TestCase
22
22
{
23
23
public function testDoesNotTouchFloats (): void
Original file line number Diff line number Diff line change 17
17
18
18
#[CoversClass(TypeGuard::class)]
19
19
#[CoversClass(NotConvertable::class)]
20
- #[CoversFunction('\ Plook\TypeGuard\asInt ' )]
20
+ #[CoversFunction('Plook\TypeGuard\asInt ' )]
21
21
final class AsIntTest extends TestCase
22
22
{
23
23
public function testDoesNotTouchInts (): void
Original file line number Diff line number Diff line change 17
17
18
18
#[CoversClass(TypeGuard::class)]
19
19
#[CoversClass(NotConvertable::class)]
20
- #[CoversFunction('\ Plook\TypeGuard\asString ' )]
20
+ #[CoversFunction('Plook\TypeGuard\asString ' )]
21
21
final class AsStringTest extends TestCase
22
22
{
23
23
public function testDoesNotTouchStrings (): void
Original file line number Diff line number Diff line change 15
15
16
16
#[CoversClass(TypeGuard::class)]
17
17
#[CoversClass(NotConvertable::class)]
18
- #[CoversFunction('\ Plook\TypeGuard\blankAsNull ' )]
18
+ #[CoversFunction('Plook\TypeGuard\blankAsNull ' )]
19
19
final class BlankAsNullTest extends TestCase
20
20
{
21
21
public function testConvertsBlankToNull (): void
Original file line number Diff line number Diff line change 15
15
16
16
#[CoversClass(TypeGuard::class)]
17
17
#[CoversClass(NotConvertable::class)]
18
- #[CoversFunction('\ Plook\TypeGuard\falseAsNull ' )]
18
+ #[CoversFunction('Plook\TypeGuard\falseAsNull ' )]
19
19
final class FalseAsNullTest extends TestCase
20
20
{
21
21
public function testConvertsFalseToNull (): void
Original file line number Diff line number Diff line change 15
15
16
16
#[CoversClass(TypeGuard::class)]
17
17
#[CoversClass(NotConvertable::class)]
18
- #[CoversFunction('\ Plook\TypeGuard\falsyAsNull ' )]
18
+ #[CoversFunction('Plook\TypeGuard\falsyAsNull ' )]
19
19
final class FalsyAsNullTest extends TestCase
20
20
{
21
21
public function testConvertsBlankToNull (): void
Original file line number Diff line number Diff line change 17
17
18
18
#[CoversClass(TypeGuard::class)]
19
19
#[CoversClass(InvalidValue::class)]
20
- #[CoversFunction('\ Plook\TypeGuard\notNull ' )]
20
+ #[CoversFunction('Plook\TypeGuard\notNull ' )]
21
21
final class NotNullTest extends TestCase
22
22
{
23
23
public function testDoesNotTouchInts (): void
You can’t perform that action at this time.
0 commit comments