1
0
mirror of https://github.com/danog/PrimeModule.git synced 2024-11-26 20:34:37 +01:00

Fixes to tests on PHP 5.4

This commit is contained in:
Daniil Gentili 2017-02-25 03:15:43 +01:00
parent aa7f8155a3
commit fba6253d0a
2 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,5 @@ addons:
apt:
packages:
- python3
before_script:
- composer require danog/phpstruct --ignore-platform-reqs
script:
- "tests/testing.php"

View File

@ -1,7 +1,9 @@
#!/usr/bin/env php
<?php
require 'vendor/autoload.php';
require 'StructClass.php';
require 'Struct.php';
require 'StructTools.php';
function get_time($callable, $param)
{
$a = microtime(true);