PATH:
home
/
niazsaze
/
public_html
/
wp-content
/
plugins
/
woocommerce
/
vendor
/
woocommerce
/
blueprint
/
tests
<?php /** * Dump and die. * * @param mixed $x The variable to dump. * * @return void */ function dd( $x ) { print_r( $x ); exit; }
[-] helpers.php
[edit]
[+]
Unit
[-] bootstrap.php
[edit]
[+]
fixtures
[+]
..
[+]
stubs
[-] TestCase.php
[edit]