Elgg\CommitMessageGitHookTest::testRejectsEmptyFileInput PHP Method

testRejectsEmptyFileInput() public method

    public function testRejectsEmptyFileInput()
    {
        $cmd = "{$this->validateScript} /dev/null";
        $result = $this->runCmd($cmd, $output);
        $this->assertFalse($result, $output);
    }