diff --git a/tests/Phpml/PipelineTest.php b/tests/Phpml/PipelineTest.php new file mode 100644 index 0000000..270fb89 --- /dev/null +++ b/tests/Phpml/PipelineTest.php @@ -0,0 +1,27 @@ +assertEquals($transformers, $pipeline->getTransformers()); + $this->assertEquals($estimator, $pipeline->getEstimator()); + } + +}