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 1818
1919#[CoversClass(TypeGuard::class)]
2020#[CoversClass(NotConvertable::class)]
21- #[CoversFunction('\ Plook\TypeGuard\asBool ' )]
21+ #[CoversFunction('Plook\TypeGuard\asBool ' )]
2222final class AsBoolTest extends TestCase
2323{
2424 public function testDoesNotTouchBools (): void
Original file line number Diff line number Diff line change 1919
2020#[CoversClass(TypeGuard::class)]
2121#[CoversClass(NotConvertable::class)]
22- #[CoversFunction('\ Plook\TypeGuard\asDateTimeImmutable ' )]
23- #[CoversFunction('\ Plook\TypeGuard\asString ' )]
22+ #[CoversFunction('Plook\TypeGuard\asDateTimeImmutable ' )]
23+ #[CoversFunction('Plook\TypeGuard\asString ' )]
2424final class AsDateTimeImmutableTest extends TestCase
2525{
2626 private readonly DateTimeZone $ originalTimeZone ;
Original file line number Diff line number Diff line change 1717
1818#[CoversClass(TypeGuard::class)]
1919#[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 ' )]
2323final class AsDateTimeStringTest extends TestCase
2424{
2525 private readonly string $ originalDateTimeFormat ;
Original file line number Diff line number Diff line change 1717
1818#[CoversClass(TypeGuard::class)]
1919#[CoversClass(NotConvertable::class)]
20- #[CoversFunction('\ Plook\TypeGuard\asFloat ' )]
20+ #[CoversFunction('Plook\TypeGuard\asFloat ' )]
2121final class AsFloatTest extends TestCase
2222{
2323 public function testDoesNotTouchFloats (): void
Original file line number Diff line number Diff line change 1717
1818#[CoversClass(TypeGuard::class)]
1919#[CoversClass(NotConvertable::class)]
20- #[CoversFunction('\ Plook\TypeGuard\asInt ' )]
20+ #[CoversFunction('Plook\TypeGuard\asInt ' )]
2121final class AsIntTest extends TestCase
2222{
2323 public function testDoesNotTouchInts (): void
Original file line number Diff line number Diff line change 1717
1818#[CoversClass(TypeGuard::class)]
1919#[CoversClass(NotConvertable::class)]
20- #[CoversFunction('\ Plook\TypeGuard\asString ' )]
20+ #[CoversFunction('Plook\TypeGuard\asString ' )]
2121final class AsStringTest extends TestCase
2222{
2323 public function testDoesNotTouchStrings (): void
Original file line number Diff line number Diff line change 1515
1616#[CoversClass(TypeGuard::class)]
1717#[CoversClass(NotConvertable::class)]
18- #[CoversFunction('\ Plook\TypeGuard\blankAsNull ' )]
18+ #[CoversFunction('Plook\TypeGuard\blankAsNull ' )]
1919final class BlankAsNullTest extends TestCase
2020{
2121 public function testConvertsBlankToNull (): void
Original file line number Diff line number Diff line change 1515
1616#[CoversClass(TypeGuard::class)]
1717#[CoversClass(NotConvertable::class)]
18- #[CoversFunction('\ Plook\TypeGuard\falseAsNull ' )]
18+ #[CoversFunction('Plook\TypeGuard\falseAsNull ' )]
1919final class FalseAsNullTest extends TestCase
2020{
2121 public function testConvertsFalseToNull (): void
Original file line number Diff line number Diff line change 1515
1616#[CoversClass(TypeGuard::class)]
1717#[CoversClass(NotConvertable::class)]
18- #[CoversFunction('\ Plook\TypeGuard\falsyAsNull ' )]
18+ #[CoversFunction('Plook\TypeGuard\falsyAsNull ' )]
1919final class FalsyAsNullTest extends TestCase
2020{
2121 public function testConvertsBlankToNull (): void
Original file line number Diff line number Diff line change 1717
1818#[CoversClass(TypeGuard::class)]
1919#[CoversClass(InvalidValue::class)]
20- #[CoversFunction('\ Plook\TypeGuard\notNull ' )]
20+ #[CoversFunction('Plook\TypeGuard\notNull ' )]
2121final class NotNullTest extends TestCase
2222{
2323 public function testDoesNotTouchInts (): void
You can’t perform that action at this time.
0 commit comments