<?xml version="1.0" encoding="UTF-8"?> <!-- https://phpunit.de/manual/current/en/appendixes.configuration.html --> <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.8/phpunit.xsd" backupGlobals="false" colors="true" bootstrap="vendor/autoload.php" convertNoticesToExceptions="true" > <php> <ini name="error_reporting" value="-1" /> </php> <testsuites> <testsuite name="Doctrine lexer Test Suite"> <directory>tests</directory> </testsuite> </testsuites> <filter> <whitelist> <directory suffix=".php">lib/Doctrine</directory> </whitelist> </filter> </phpunit>
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
.github | Folder | 0755 |
|
|
docs | Folder | 0755 |
|
|
lib | Folder | 0755 |
|
|
tests | Folder | 0755 |
|
|
.doctrine-project.json | File | 331 B | 0644 |
|
.gitignore | File | 21 B | 0644 |
|
LICENSE | File | 1.04 KB | 0644 |
|
README.md | File | 367 B | 0644 |
|
composer.json | File | 1.24 KB | 0644 |
|
phpunit.xml.dist | File | 765 B | 0644 |
|
psalm.xml | File | 466 B | 0644 |
|