Sindbad~EG File Manager

Current Path : /var/www/quickscrum.com/wp-content/plugins/rebusted/tests/
Upload File :
Current File : /var/www/quickscrum.com/wp-content/plugins/rebusted/tests/test-filters.php

<?php
/**
 * Class BustedFilters
 *
 * @package reBusted
 */

class BustedFilters extends WP_UnitTestCase {

	public function setUp() {
		parent::setUp();
		Re_Busted::init();
	}

	public function test_stylesheet_uri() {
		$this->assertEquals( PHP_INT_MAX - 1, has_filter( 'stylesheet_uri', array( 'Re_Busted', 'stylesheet_uri' ) ) );
	}

	public function test_locale_stylesheet_uri() {
		$this->assertEquals( PHP_INT_MAX - 1, has_filter( 'locale_stylesheet_uri', array( 'Re_Busted', 'stylesheet_uri' ) ) );
	}
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists