PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Packages of Engin Ypsilon   PHP Ymap   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Ymap
Retrieve email messages from an IMAP server
Author: By
Last change: Release v1.0.2: Production-ready with connection abstraction and performance optimizations

Major improvements:
- Connection abstraction layer (PHP 8.4 future-proof)
- Memory-safe attachment streaming with FetchOptions
- Production benchmarks across Gmail/ok.de/IONOS
- Full testability with dependency injection
- Enhanced documentation with plugin integration guide

All changes are backward-compatible.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Date: 2 months ago
Size: 419 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit bootstrap="vendor/autoload.php" colors="true" failOnWarning="true" failOnRisky="true"> <testsuites> <testsuite name="php-ymap Test Suite"> <directory>tests</directory> </testsuite> </testsuites> <source> <include> <directory>src</directory> </include> </source> </phpunit>