Skip to content

Instantly share code, notes, and snippets.

@artembeloglazov
Last active August 29, 2015 14:22
Show Gist options
  • Select an option

  • Save artembeloglazov/d12d957b6fde63a8d95b to your computer and use it in GitHub Desktop.

Select an option

Save artembeloglazov/d12d957b6fde63a8d95b to your computer and use it in GitHub Desktop.
Шаблон phpunit.xml.dist
<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.1/phpunit.xsd"
backupGlobals="false"
colors="true"
bootstrap="vendor/autoload.php">
</phpunit>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment