PHP 클래스 Tests\Wallabag\ImportBundle\Import\WallabagV2ImportTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: wallabag/wallabag

보호된 프로퍼티들

프로퍼티 타입 설명
$contentProxy
$em
$logHandler
$user

공개 메소드들

메소드 설명
testImport ( )
testImportAndMarkAllAsRead ( )
testImportBadFile ( )
testImportEmptyFile ( )
testImportUserNotDefined ( )
testImportWithExceptionFromGraby ( )
testImportWithRabbit ( )
testImportWithRedis ( )
testInit ( )

비공개 메소드들

메소드 설명
getWallabagV2Import ( $unsetUser = false )

메소드 상세

testImport() 공개 메소드

public testImport ( )

testImportAndMarkAllAsRead() 공개 메소드

testImportBadFile() 공개 메소드

public testImportBadFile ( )

testImportEmptyFile() 공개 메소드

public testImportEmptyFile ( )

testImportUserNotDefined() 공개 메소드

testImportWithExceptionFromGraby() 공개 메소드

testImportWithRabbit() 공개 메소드

testImportWithRedis() 공개 메소드

public testImportWithRedis ( )

testInit() 공개 메소드

public testInit ( )

프로퍼티 상세

$contentProxy 보호되어 있는 프로퍼티

protected $contentProxy

$em 보호되어 있는 프로퍼티

protected $em

$logHandler 보호되어 있는 프로퍼티

protected $logHandler

$user 보호되어 있는 프로퍼티

protected $user