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:
parent
aa7f8155a3
commit
fba6253d0a
@ -15,7 +15,5 @@ addons:
|
||||
apt:
|
||||
packages:
|
||||
- python3
|
||||
before_script:
|
||||
- composer require danog/phpstruct --ignore-platform-reqs
|
||||
script:
|
||||
- "tests/testing.php"
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user