Components_Unit_Components_Release_Task_TimestampTest::testRunTaskWithoutCommit PHP Method

testRunTaskWithoutCommit() public method

    public function testRunTaskWithoutCommit()
    {
        $tasks = $this->getReleaseTasks();
        $package = $this->_getValidPackage();
        $package->expects($this->once())->method('timestampAndSync');
        $tasks->run(array('timestamp'), $package);
    }