Skip to content
Snippets Groups Projects
Select Git revision
  • 586a44df39550c977a0b4677bf1602ac61262b17
  • master default protected
  • fix/woo-stubs-dir
  • default-packages
  • use-internal-packages
  • update-setup
  • 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
27 results

phpunit-unit.xml

Blame
  • phpunit-unit.xml 297 B
    <phpunit bootstrap="tests/unit/bootstrap.php">
        <testsuites>
            <testsuite>
                <directory suffix="Test.php">./tests/unit/</directory>
            </testsuite>
        </testsuites>
    
    	<filter>
    		<whitelist>
    			<directory suffix=".php">src</directory>
    		</whitelist>
    	</filter>
    
    </phpunit>