DataSift\Storyplayer\PlayerLib\StoryTeller::getTestUsersFileIsReadOnly PHP Method

getTestUsersFileIsReadOnly() public method

NOTE: we never treat the loaded data as read-only. Stories are free to change this data, and these changes will persist between stories. We just won't save any changes back to disk if this method call returns TRUE.
    public function getTestUsersFileIsReadOnly()
    {
        return $this->testUsersFileIsReadOnly;
    }