© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Eugene Surov
Web developer
Thank you for the article, there is a typo in this code:
// Assert self::assertSame('username', $dto->username; self::assertSame('password', $dto->password;
you miss the closing bracket.
Ozan Akman
Senior Software Engineer
Thanks a lot! updated it!