assertIsString($js); $this->assertStringContainsString('function toast(', $js); $this->assertStringContainsString("toast('success'", $js); } }