1) { self::assertNotSame($str, $shuffled); } } public function provideData(): array { return [ [''], ['A'], ['Hello, World!'], ['People linked by destiny will always find each other.'], ]; } }