22
js/libraries/balupton-history/tests.src/_header.php
Executable file
22
js/libraries/balupton-history/tests.src/_header.php
Executable file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
# Locations
|
||||
$dir = dirname(__FILE__);
|
||||
$out = "$dir/../tests";
|
||||
|
||||
# Base URL
|
||||
$base_url = '/';
|
||||
$tests_url = $base_url.'tests';
|
||||
|
||||
# Data
|
||||
$browsers = array(
|
||||
'html4+html5',
|
||||
'html5'
|
||||
);
|
||||
$adapters = array(
|
||||
'jquery',
|
||||
'mootools',
|
||||
'native',
|
||||
'right',
|
||||
'zepto'
|
||||
);
|
||||
|
Reference in New Issue
Block a user