Update tests to phpunit=6
authorwidmogrod <widmogrod@gmail.com>
Thu, 21 Dec 2017 18:47:12 +0000 (19:47 +0100)
committerwidmogrod <widmogrod@gmail.com>
Thu, 21 Dec 2017 18:47:12 +0000 (19:47 +0100)
commit2e1930428f8de9dd4a8285e8ab03c733660df92c
tree84af3e4884bc26f0bd909857df59dc2caf07aed7
parentbf5ae6aa0b0f379b5fd6dbc6ee20e83bdc2410e2
Update tests to phpunit=6
62 files changed:
composer.json
composer.lock
example/ApplicativeFunctorTest.php
example/ApplicatorLiftTest.php
example/ComplexErrorDrivenDevelopmentTest.php
example/EitherMonadTest.php
example/ExampleOfTraversableTest.php
example/FreeBddStyleDSLTest.php
example/FreeMonadTest.php
example/FunctorCollectionTest.php
example/ListComprehensionWithMonadTest.php
example/MaybeMonadAndCollectionTest.php
example/MaybeMonoidTest.php
example/ReaderMonadTest.php
example/StateMonadTest.php
example/WriterMonadTest.php
phpunit.xml.dist
test/Functional/ApplicatorTest.php
test/Functional/ComposeTest.php
test/Functional/ConcatTest.php
test/Functional/ConsttTest.php
test/Functional/CurryNTest.php
test/Functional/CurryTest.php
test/Functional/CycleTest.php
test/Functional/DropTest.php
test/Functional/FilterMTest.php
test/Functional/FilterTest.php
test/Functional/FlipTest.php
test/Functional/FoldMTest.php
test/Functional/FoldrTest.php
test/Functional/HeadTest.php
test/Functional/IdentityTest.php
test/Functional/InvokeTest.php
test/Functional/IterateTest.php
test/Functional/JoinTest.php
test/Functional/LengthTest.php
test/Functional/PipelineTest.php
test/Functional/PushTest.php
test/Functional/ReduceTest.php
test/Functional/RepeatTest.php
test/Functional/ReplicateTest.php
test/Functional/ReverseTest.php
test/Functional/TailTest.php
test/Functional/TakeTest.php
test/Functional/TeeTest.php
test/Functional/UnzipTest.php
test/Functional/ValueOfTest.php
test/Functional/ZipTest.php
test/Monad/EitherTest.php
test/Monad/FreeTest.php
test/Monad/IOTest.php
test/Monad/IdentityTest.php
test/Monad/MaybeTest.php
test/Monad/ReaderTest.php
test/Monad/StateTest.php
test/Monad/WriterTest.php
test/Primitive/ListtTest.php
test/Primitive/NumTest.php
test/Primitive/ProductTest.php
test/Primitive/StringgTest.php
test/Primitive/SumTest.php
test/Useful/MatchTest.php