mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
9 lines
287 B
XML
9 lines
287 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.5/phpunit.xsd"
|
|
backupGlobals="true"
|
|
colors="true">
|
|
<php>
|
|
<ini name="memory_limit" value="-1"/>
|
|
</php>
|
|
</phpunit>
|