PHP Class Tests\Wallabag\ImportBundle\Import\FirefoxImportTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: wallabag/wallabag

Protected Properties

Property Type Description
$contentProxy
$em
$logHandler
$user

Public Methods

Method Description
testImport ( )
testImportAndMarkAllAsRead ( )
testImportBadFile ( )
testImportUserNotDefined ( )
testImportWithRabbit ( )
testImportWithRedis ( )
testInit ( )

Private Methods

Method Description
getFirefoxImport ( $unsetUser = false )

Method Details

testImport() public method

public testImport ( )

testImportAndMarkAllAsRead() public method

testImportBadFile() public method

public testImportBadFile ( )

testImportUserNotDefined() public method

testImportWithRabbit() public method

testImportWithRedis() public method

public testImportWithRedis ( )

testInit() public method

public testInit ( )

Property Details

$contentProxy protected property

protected $contentProxy

$em protected property

protected $em

$logHandler protected property

protected $logHandler

$user protected property

protected $user