PHP Class BrowscapPHPTest\BrowscapUpdaterTest

PHP version 5 Copyright (c) 2006-2012 Jonathan Stoppani Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: browscap/browscap-php

Public Methods

Method Description
setUp ( ) Sets up the fixture, for example, open a network connection.
testCheckUpdateWithCacheFail ( )
testCheckUpdateWithException ( )
testCheckUpdateWithNewerVersion ( )
testCheckUpdateWithoutNewerVersion ( )
testConvertEmptyFile ( ) tests if an exception is thrown if no file name was given
testConvertFile ( )
testConvertNotReadableFile ( ) tests if an exception is thrown if no file name was given
testConvertString ( )
testFetchFail ( )
testFetchOK ( )
testFetchSanitizeOK ( )
testGetCache ( )
testGetClient ( )
testGetLogger ( )
testSetGetCache ( )
testSetGetCacheWithAdapter ( )
testSetGetCacheWithWrongType ( )
testSetGetClient ( )
testSetGetLogger ( )
testUpdateFailException ( )
testUpdateOk ( )

Method Details

setUp() public method

This method is called before a test is executed.
public setUp ( )

testCheckUpdateWithCacheFail() public method

testCheckUpdateWithException() public method

testCheckUpdateWithNewerVersion() public method

testCheckUpdateWithoutNewerVersion() public method

testConvertEmptyFile() public method

tests if an exception is thrown if no file name was given

testConvertFile() public method

public testConvertFile ( )

testConvertNotReadableFile() public method

tests if an exception is thrown if no file name was given

testConvertString() public method

public testConvertString ( )

testFetchFail() public method

public testFetchFail ( )

testFetchOK() public method

public testFetchOK ( )

testFetchSanitizeOK() public method

public testFetchSanitizeOK ( )

testGetCache() public method

public testGetCache ( )

testGetClient() public method

public testGetClient ( )

testGetLogger() public method

public testGetLogger ( )

testSetGetCache() public method

public testSetGetCache ( )

testSetGetCacheWithAdapter() public method

testSetGetCacheWithWrongType() public method

testSetGetClient() public method

public testSetGetClient ( )

testSetGetLogger() public method

public testSetGetLogger ( )

testUpdateFailException() public method

testUpdateOk() public method

public testUpdateOk ( )