PhpBrew\Tasks\MakeTaskTest::testWhenThereIsNoMakefile PHP Method

testWhenThereIsNoMakefile() public method

    public function testWhenThereIsNoMakefile()
    {
        // ignores error messages generated by make command
        ob_start();
        not_ok($this->make->install(new MakeTaskTestNoSuchFileBuild()));
        ob_end_clean();
    }