PHP 클래스 spec\Newscoop\Services\AttachmentServiceSpec

상속: extends PhpSpec\ObjectBehavior
파일 보기 프로젝트 열기: sourcefabric/newscoop

공개 메소드들

메소드 설명
it_is_initializable ( )
it_should_generate_attachment_url ( )
it_should_remove_attachemnt ( )
it_should_return_path_for_attachment ( )
it_should_update_attachment ( )
it_should_upload_attachment ( )
let ( $die, EntityManager $em, Router $router, UserService $userService, AutoIdRepository $repository, User $user )

메소드 상세

it_is_initializable() 공개 메소드

public it_is_initializable ( )

it_should_generate_attachment_url() 공개 메소드

it_should_remove_attachemnt() 공개 메소드

it_should_return_path_for_attachment() 공개 메소드

it_should_update_attachment() 공개 메소드

it_should_upload_attachment() 공개 메소드

let() 공개 메소드

public let ( $die, EntityManager $em, Router $router, UserService $userService, AutoIdRepository $repository, User $user )
$em Doctrine\ORM\EntityManager
$router Symfony\Component\Routing\Router
$userService Newscoop\Services\UserService
$repository Newscoop\Entity\Repository\AutoIdRepository
$user Newscoop\Entity\User