PHP Класс spec\Newscoop\Services\AttachmentServiceSpec

Наследование: extends PhpSpec\ObjectBehavior
Показать файл Открыть проект

Открытые методы

Метод Описание
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