Skip to content
Snippets Groups Projects
Select Git revision
  • 2fa46a643be8519dce4f5f253a69dd4dfc99be0d
  • master default protected
  • bugfix/wordpress-review
  • initialize-tracker
  • 1.3.0
  • 1.2.3
  • 1.2.2
  • 1.2.1
  • 1.2.0
  • 1.2.0-beta.1
  • 1.1.0
  • 1.0.4
  • 1.0.3
  • 1.0.2
  • 1.0.1
  • 1.0.0
16 results

PluginBootstrap.php

Blame
  • bootstrap.php 194 B
    <?php
    /**
     * PHPUnit bootstrap file
     */
    
    require_once __DIR__ . '/../../vendor/autoload.php';
    
    error_reporting( E_ALL & ~E_DEPRECATED );
    
    WP_Mock::setUsePatchwork( true );
    WP_Mock::bootstrap();