BrowscapTest\Filter\CustomFilterTest::outputPropertiesDataProvider PHP Method

outputPropertiesDataProvider() public method

Data Provider for the test testIsOutputProperty
public outputPropertiesDataProvider ( ) : array[]
return array[]
    public function outputPropertiesDataProvider()
    {
        return [['Comment', false], ['Browser', false], ['Platform', false], ['Platform_Description', false], ['Device_Name', false], ['Device_Maker', false], ['RenderingEngine_Name', false], ['RenderingEngine_Description', false], ['Parent', true], ['Platform_Version', false], ['RenderingEngine_Version', false], ['Version', false], ['MajorVer', false], ['MinorVer', false], ['CssVersion', false], ['AolVersion', false], ['Alpha', false], ['Beta', false], ['Win16', false], ['Win32', false], ['Win64', false], ['Frames', false], ['IFrames', false], ['Tables', false], ['Cookies', false], ['BackgroundSounds', false], ['JavaScript', false], ['VBScript', false], ['JavaApplets', false], ['ActiveXControls', false], ['isMobileDevice', false], ['isSyndicationReader', false], ['Crawler', false], ['lite', false], ['sortIndex', false], ['Parents', false], ['division', false], ['Browser_Type', false], ['Device_Type', false], ['Device_Pointing_Method', false], ['isTablet', false], ['Browser_Maker', false]];
    }