Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian Jacobs committed May 24, 2020
2 parents dd61d7f + 96e9d80 commit 9d65392
Show file tree
Hide file tree
Showing 1,201 changed files with 170,268 additions and 0 deletions.
1 change: 1 addition & 0 deletions php unit/.phpunit.result.cache
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
C:37:"PHPUnit\Runner\DefaultTestResultCache":249:{a:2:{s:7:"defects";a:2:{s:7:"Warning";i:6;s:42:"FirstTest::testsMultiplicationOfTwoNumbers";i:3;}s:5:"times";a:3:{s:7:"Warning";d:0.044;s:42:"FirstTest::testsMultiplicationOfTwoNumbers";d:0.029;s:37:"FirstTest::MultiplicationOfTwoNumbers";d:0.002;}}}
15 changes: 15 additions & 0 deletions php unit/.travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
language: php

php:
-5.4
-5.6
-7.0
-hhvm
-nightly

before_script:
- curl -sSfL -o ~/.phpenv/versions/hhvm/bin/phpunit https://phar.phpunit.de/phpunit-5.7.phar

install:
-./bin/ci/install_dependencies.sh
-php vendor/vendors.php
5 changes: 5 additions & 0 deletions php unit/composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"require-dev": {
"phpunit/phpunit": "^8"
}
}
Loading

0 comments on commit 9d65392

Please sign in to comment.