Skip to content
Snippets Groups Projects
Select Git revision
  • update-setup
  • master default protected
  • fix/woo-stubs-dir
  • default-packages
  • use-internal-packages
  • feature/wpdesk-cs
  • 2.5.3
  • 2.5.2
  • 2.5.1
  • 2.5.0
  • 2.4.2
  • 2.4.1
  • 2.4.0
  • 2.3
  • 2.2.1
  • 2.2
  • 2.1
  • 2.0
  • 1.10.15
  • 1.10.12
  • 1.10.8
  • 1.10.7
  • 1.10.6
  • 1.10.5
  • 1.10.3
  • 1.10.2
26 results

phpstan.neon.dist

Blame
  • phpunit-integration.xml 556 B
    <phpunit bootstrap="tests/integration/bootstrap.php"
             backupGlobals="false"
         >
        <testsuites>
            <testsuite name="Integration">
                <directory prefix="test-" suffix=".php">./tests/integration</directory>
            </testsuite>
        </testsuites>
    
        <filter>
            <whitelist>
                <directory suffix=".php">src</directory>
            </whitelist>
        </filter>
    
        <php>
            <env name="WP_DEVELOP_DIR" value="/tmp/wordpress-develop"/>
            <env name="WC_DEVELOP_DIR" value="/tmp/woocommerce"/>
        </php>
    
    </phpunit>