SYMBOL INDEX (628 symbols across 113 files) FILE: src/Silex/Api/BootableProviderInterface.php type BootableProviderInterface (line 21) | interface BootableProviderInterface method boot (line 32) | public function boot(Application $app); FILE: src/Silex/Api/ControllerProviderInterface.php type ControllerProviderInterface (line 22) | interface ControllerProviderInterface method connect (line 31) | public function connect(Application $app); FILE: src/Silex/Api/EventListenerProviderInterface.php type EventListenerProviderInterface (line 22) | interface EventListenerProviderInterface method subscribe (line 24) | public function subscribe(Container $app, EventDispatcherInterface $di... FILE: src/Silex/AppArgumentValueResolver.php class AppArgumentValueResolver (line 23) | class AppArgumentValueResolver implements ArgumentValueResolverInterface method __construct (line 27) | public function __construct(Application $app) method supports (line 35) | public function supports(Request $request, ArgumentMetadata $argument) method resolve (line 43) | public function resolve(Request $request, ArgumentMetadata $argument) FILE: src/Silex/Application.php class Application (line 42) | class Application extends Container implements HttpKernelInterface, Term... method __construct (line 59) | public function __construct(array $values = array()) method register (line 86) | public function register(ServiceProviderInterface $provider, array $va... method boot (line 101) | public function boot() method match (line 130) | public function match($pattern, $to = null) method get (line 143) | public function get($pattern, $to = null) method post (line 156) | public function post($pattern, $to = null) method put (line 169) | public function put($pattern, $to = null) method delete (line 182) | public function delete($pattern, $to = null) method options (line 195) | public function options($pattern, $to = null) method patch (line 208) | public function patch($pattern, $to = null) method on (line 221) | public function on($eventName, $callback, $priority = 0) method before (line 245) | public function before($callback, $priority = 0) method after (line 271) | public function after($callback, $priority = 0) method finish (line 298) | public function finish($callback, $priority = 0) method abort (line 314) | public function abort($statusCode, $message = '', array $headers = arr... method error (line 336) | public function error($callback, $priority = -8) method view (line 353) | public function view($callback, $priority = 0) method flush (line 361) | public function flush() method redirect (line 374) | public function redirect($url, $status = 302) method stream (line 388) | public function stream($callback = null, $status = 200, array $headers... method escape (line 403) | public function escape($text, $flags = ENT_COMPAT, $charset = null, $d... method json (line 417) | public function json($data = array(), $status = 200, array $headers = ... method sendFile (line 432) | public function sendFile($file, $status = 200, array $headers = array(... method mount (line 447) | public function mount($prefix, $controllers) method run (line 471) | public function run(Request $request = null) method handle (line 488) | public function handle(Request $request, $type = HttpKernelInterface::... method terminate (line 502) | public function terminate(Request $request, Response $response) FILE: src/Silex/Application/FormTrait.php type FormTrait (line 25) | trait FormTrait method form (line 36) | public function form($data = null, array $options = array(), $type = n... method namedForm (line 51) | public function namedForm($name, $data = null, array $options = array(... FILE: src/Silex/Application/MonologTrait.php type MonologTrait (line 21) | trait MonologTrait method log (line 32) | public function log($message, array $context = array(), $level = Logge... FILE: src/Silex/Application/SecurityTrait.php type SecurityTrait (line 22) | trait SecurityTrait method encodePassword (line 34) | public function encodePassword(UserInterface $user, $password) method isGranted (line 49) | public function isGranted($attributes, $object = null) FILE: src/Silex/Application/SwiftmailerTrait.php type SwiftmailerTrait (line 19) | trait SwiftmailerTrait method mail (line 29) | public function mail(\Swift_Message $message, &$failedRecipients = null) FILE: src/Silex/Application/TranslationTrait.php type TranslationTrait (line 19) | trait TranslationTrait method trans (line 31) | public function trans($id, array $parameters = array(), $domain = 'mes... method transChoice (line 47) | public function transChoice($id, $number, array $parameters = array(),... FILE: src/Silex/Application/TwigTrait.php type TwigTrait (line 22) | trait TwigTrait method render (line 35) | public function render($view, array $parameters = array(), Response $r... method renderView (line 61) | public function renderView($view, array $parameters = array()) FILE: src/Silex/Application/UrlGeneratorTrait.php type UrlGeneratorTrait (line 21) | trait UrlGeneratorTrait method path (line 31) | public function path($route, $parameters = array()) method url (line 44) | public function url($route, $parameters = array()) FILE: src/Silex/CallbackResolver.php class CallbackResolver (line 16) | class CallbackResolver method __construct (line 22) | public function __construct(Container $app) method isValid (line 34) | public function isValid($name) method convertCallback (line 48) | public function convertCallback($name) method resolveCallback (line 74) | public function resolveCallback($name) FILE: src/Silex/Controller.php class Controller (line 34) | class Controller method __construct (line 45) | public function __construct(Route $route) method getRoute (line 55) | public function getRoute() method getRouteName (line 65) | public function getRouteName() method bind (line 77) | public function bind($routeName) method __call (line 88) | public function __call($method, $arguments) method freeze (line 104) | public function freeze() method generateRouteName (line 109) | public function generateRouteName($prefix) FILE: src/Silex/ControllerCollection.php class ControllerCollection (line 40) | class ControllerCollection method __construct (line 49) | public function __construct(Route $defaultRoute, RouteCollection $rout... method mount (line 67) | public function mount($prefix, $controllers) method match (line 92) | public function match($pattern, $to = null) method get (line 110) | public function get($pattern, $to = null) method post (line 123) | public function post($pattern, $to = null) method put (line 136) | public function put($pattern, $to = null) method delete (line 149) | public function delete($pattern, $to = null) method options (line 162) | public function options($pattern, $to = null) method patch (line 175) | public function patch($pattern, $to = null) method __call (line 180) | public function __call($method, $arguments) method flush (line 200) | public function flush() method doFlush (line 211) | private function doFlush($prefix, RouteCollection $routes) FILE: src/Silex/ControllerResolver.php class ControllerResolver (line 25) | class ControllerResolver extends BaseControllerResolver method __construct (line 35) | public function __construct(Application $app, LoggerInterface $logger ... method doGetArguments (line 42) | protected function doGetArguments(Request $request, $controller, array... FILE: src/Silex/EventListener/ConverterListener.php class ConverterListener (line 25) | class ConverterListener implements EventSubscriberInterface method __construct (line 36) | public function __construct(RouteCollection $routes, CallbackResolver ... method onKernelController (line 47) | public function onKernelController(FilterControllerEvent $event) method getSubscribedEvents (line 60) | public static function getSubscribedEvents() FILE: src/Silex/EventListener/LogListener.php class LogListener (line 29) | class LogListener implements EventSubscriberInterface method __construct (line 34) | public function __construct(LoggerInterface $logger, $exceptionLogFilt... method onKernelRequest (line 55) | public function onKernelRequest(GetResponseEvent $event) method onKernelResponse (line 69) | public function onKernelResponse(FilterResponseEvent $event) method onKernelException (line 83) | public function onKernelException(GetResponseForExceptionEvent $event) method logRequest (line 93) | protected function logRequest(Request $request) method logResponse (line 103) | protected function logResponse(Response $response) method logException (line 117) | protected function logException(\Exception $e) method getSubscribedEvents (line 122) | public static function getSubscribedEvents() FILE: src/Silex/EventListener/MiddlewareListener.php class MiddlewareListener (line 26) | class MiddlewareListener implements EventSubscriberInterface method __construct (line 35) | public function __construct(Application $app) method onKernelRequest (line 45) | public function onKernelRequest(GetResponseEvent $event) method onKernelResponse (line 70) | public function onKernelResponse(FilterResponseEvent $event) method getSubscribedEvents (line 88) | public static function getSubscribedEvents() FILE: src/Silex/EventListener/StringToResponseListener.php class StringToResponseListener (line 24) | class StringToResponseListener implements EventSubscriberInterface method onKernelView (line 31) | public function onKernelView(GetResponseForControllerResultEvent $event) method getSubscribedEvents (line 45) | public static function getSubscribedEvents() FILE: src/Silex/Exception/ControllerFrozenException.php class ControllerFrozenException (line 19) | class ControllerFrozenException extends \RuntimeException FILE: src/Silex/ExceptionHandler.php class ExceptionHandler (line 26) | class ExceptionHandler implements EventSubscriberInterface method __construct (line 30) | public function __construct($debug) method onSilexError (line 35) | public function onSilexError(GetResponseForExceptionEvent $event) method getSubscribedEvents (line 52) | public static function getSubscribedEvents() FILE: src/Silex/ExceptionListenerWrapper.php class ExceptionListenerWrapper (line 25) | class ExceptionListenerWrapper method __construct (line 36) | public function __construct(Application $app, $callback) method __invoke (line 42) | public function __invoke(GetResponseForExceptionEvent $event) method shouldRun (line 58) | protected function shouldRun(\Exception $exception) method ensureResponse (line 80) | protected function ensureResponse($response, GetResponseForExceptionEv... FILE: src/Silex/Provider/AssetServiceProvider.php class AssetServiceProvider (line 29) | class AssetServiceProvider implements ServiceProviderInterface method register (line 31) | public function register(Container $app) FILE: src/Silex/Provider/CsrfServiceProvider.php class CsrfServiceProvider (line 26) | class CsrfServiceProvider implements ServiceProviderInterface method register (line 28) | public function register(Container $app) FILE: src/Silex/Provider/DoctrineServiceProvider.php class DoctrineServiceProvider (line 26) | class DoctrineServiceProvider implements ServiceProviderInterface method register (line 28) | public function register(Container $app) FILE: src/Silex/Provider/ExceptionHandlerServiceProvider.php class ExceptionHandlerServiceProvider (line 11) | class ExceptionHandlerServiceProvider implements ServiceProviderInterfac... method register (line 16) | public function register(Container $app) method subscribe (line 26) | public function subscribe(Container $app, EventDispatcherInterface $di... FILE: src/Silex/Provider/Form/SilexFormExtension.php class SilexFormExtension (line 19) | class SilexFormExtension implements FormExtensionInterface method __construct (line 28) | public function __construct(Container $app, array $types, array $typeE... method getType (line 36) | public function getType($name) method hasType (line 48) | public function hasType($name) method getTypeExtensions (line 53) | public function getTypeExtensions($name) method hasTypeExtensions (line 58) | public function hasTypeExtensions($name) method getTypeGuesser (line 63) | public function getTypeGuesser() method setTypes (line 83) | private function setTypes(array $types) method setTypeExtensions (line 98) | private function setTypeExtensions(array $typeExtensions) method setGuessers (line 112) | private function setGuessers(array $guessers) FILE: src/Silex/Provider/FormServiceProvider.php class FormServiceProvider (line 27) | class FormServiceProvider implements ServiceProviderInterface method register (line 29) | public function register(Container $app) FILE: src/Silex/Provider/HttpCache/HttpCache.php class HttpCache (line 22) | class HttpCache extends BaseHttpCache method run (line 29) | public function run(Request $request = null) FILE: src/Silex/Provider/HttpCacheServiceProvider.php class HttpCacheServiceProvider (line 28) | class HttpCacheServiceProvider implements ServiceProviderInterface, Even... method register (line 30) | public function register(Container $app) method subscribe (line 57) | public function subscribe(Container $app, EventDispatcherInterface $di... FILE: src/Silex/Provider/HttpFragmentServiceProvider.php class HttpFragmentServiceProvider (line 31) | class HttpFragmentServiceProvider implements ServiceProviderInterface, E... method register (line 33) | public function register(Container $app) method subscribe (line 82) | public function subscribe(Container $app, EventDispatcherInterface $di... FILE: src/Silex/Provider/HttpKernelServiceProvider.php class HttpKernelServiceProvider (line 28) | class HttpKernelServiceProvider implements ServiceProviderInterface, Eve... method register (line 33) | public function register(Container $app) method subscribe (line 88) | public function subscribe(Container $app, EventDispatcherInterface $di... FILE: src/Silex/Provider/Locale/LocaleListener.php class LocaleListener (line 29) | class LocaleListener implements EventSubscriberInterface method __construct (line 36) | public function __construct(Container $app, $defaultLocale = 'en', Req... method onKernelRequest (line 44) | public function onKernelRequest(GetResponseEvent $event) method onKernelFinishRequest (line 55) | public function onKernelFinishRequest(FinishRequestEvent $event) method setLocale (line 62) | private function setLocale(Request $request) method setRouterContext (line 69) | private function setRouterContext(Request $request) method getSubscribedEvents (line 76) | public static function getSubscribedEvents() FILE: src/Silex/Provider/LocaleServiceProvider.php class LocaleServiceProvider (line 25) | class LocaleServiceProvider implements ServiceProviderInterface, EventLi... method register (line 27) | public function register(Container $app) method subscribe (line 36) | public function subscribe(Container $app, EventDispatcherInterface $di... FILE: src/Silex/Provider/MonologServiceProvider.php class MonologServiceProvider (line 31) | class MonologServiceProvider implements ServiceProviderInterface, Bootab... method register (line 33) | public function register(Container $app) method boot (line 114) | public function boot(Application $app) method translateLevel (line 125) | public static function translateLevel($name) FILE: src/Silex/Provider/RememberMeServiceProvider.php class RememberMeServiceProvider (line 28) | class RememberMeServiceProvider implements ServiceProviderInterface, Eve... method register (line 30) | public function register(Container $app) method subscribe (line 103) | public function subscribe(Container $app, EventDispatcherInterface $di... FILE: src/Silex/Provider/Routing/LazyRequestMatcher.php class LazyRequestMatcher (line 24) | class LazyRequestMatcher implements RequestMatcherInterface method __construct (line 28) | public function __construct(\Closure $factory) method getRequestMatcher (line 38) | public function getRequestMatcher() method matchRequest (line 51) | public function matchRequest(Request $request) FILE: src/Silex/Provider/Routing/RedirectableUrlMatcher.php class RedirectableUrlMatcher (line 22) | class RedirectableUrlMatcher extends BaseRedirectableUrlMatcher method redirect (line 27) | public function redirect($path, $route, $scheme = null) FILE: src/Silex/Provider/RoutingServiceProvider.php class RoutingServiceProvider (line 31) | class RoutingServiceProvider implements ServiceProviderInterface, EventL... method register (line 33) | public function register(Container $app) method subscribe (line 83) | public function subscribe(Container $app, EventDispatcherInterface $di... FILE: src/Silex/Provider/SecurityServiceProvider.php class SecurityServiceProvider (line 71) | class SecurityServiceProvider implements ServiceProviderInterface, Event... method register (line 75) | public function register(Container $app) method subscribe (line 658) | public function subscribe(Container $app, EventDispatcherInterface $di... method connect (line 663) | public function connect(Application $app) method boot (line 675) | public function boot(Application $app) method addFakeRoute (line 680) | public function addFakeRoute($method, $pattern, $name) FILE: src/Silex/Provider/SerializerServiceProvider.php class SerializerServiceProvider (line 28) | class SerializerServiceProvider implements ServiceProviderInterface method register (line 36) | public function register(Container $app) FILE: src/Silex/Provider/ServiceControllerServiceProvider.php class ServiceControllerServiceProvider (line 18) | class ServiceControllerServiceProvider implements ServiceProviderInterface method register (line 20) | public function register(Container $app) FILE: src/Silex/Provider/Session/SessionListener.php class SessionListener (line 22) | class SessionListener extends BaseSessionListener method __construct (line 26) | public function __construct(Container $app) method getSession (line 31) | protected function getSession() FILE: src/Silex/Provider/Session/TestSessionListener.php class TestSessionListener (line 22) | class TestSessionListener extends BaseTestSessionListener method __construct (line 26) | public function __construct(Container $app) method getSession (line 31) | protected function getSession() FILE: src/Silex/Provider/SessionServiceProvider.php class SessionServiceProvider (line 30) | class SessionServiceProvider implements ServiceProviderInterface, EventL... method register (line 32) | public function register(Container $app) method subscribe (line 78) | public function subscribe(Container $app, EventDispatcherInterface $di... FILE: src/Silex/Provider/SwiftmailerServiceProvider.php class SwiftmailerServiceProvider (line 27) | class SwiftmailerServiceProvider implements ServiceProviderInterface, Ev... method register (line 29) | public function register(Container $app) method subscribe (line 109) | public function subscribe(Container $app, EventDispatcherInterface $di... FILE: src/Silex/Provider/TranslationServiceProvider.php class TranslationServiceProvider (line 29) | class TranslationServiceProvider implements ServiceProviderInterface, Ev... method register (line 31) | public function register(Container $app) method subscribe (line 92) | public function subscribe(Container $app, EventDispatcherInterface $di... FILE: src/Silex/Provider/TwigServiceProvider.php class TwigServiceProvider (line 33) | class TwigServiceProvider implements ServiceProviderInterface method register (line 35) | public function register(Container $app) FILE: src/Silex/Provider/Validator/ConstraintValidatorFactory.php class ConstraintValidatorFactory (line 24) | class ConstraintValidatorFactory extends BaseConstraintValidatorFactory method __construct (line 42) | public function __construct(Container $container, array $serviceNames ... method getInstance (line 53) | public function getInstance(Constraint $constraint) FILE: src/Silex/Provider/ValidatorServiceProvider.php class ValidatorServiceProvider (line 27) | class ValidatorServiceProvider implements ServiceProviderInterface method register (line 29) | public function register(Container $app) FILE: src/Silex/Provider/VarDumperServiceProvider.php class VarDumperServiceProvider (line 27) | class VarDumperServiceProvider implements ServiceProviderInterface, Boot... method register (line 29) | public function register(Container $app) method boot (line 42) | public function boot(Application $app) FILE: src/Silex/Route.php class Route (line 21) | class Route extends BaseRoute method __construct (line 38) | public function __construct($path = '/', array $defaults = array(), ar... method run (line 51) | public function run($to) method assert (line 66) | public function assert($variable, $regexp) method value (line 81) | public function value($variable, $default) method convert (line 96) | public function convert($variable, $callback) method method (line 112) | public function method($method) method host (line 126) | public function host($host) method requireHttp (line 138) | public function requireHttp() method requireHttps (line 150) | public function requireHttps() method before (line 164) | public function before($callback) method after (line 180) | public function after($callback) method when (line 196) | public function when($condition) FILE: src/Silex/Route/SecurityTrait.php type SecurityTrait (line 21) | trait SecurityTrait method secure (line 23) | public function secure($roles) FILE: src/Silex/ServiceControllerResolver.php class ServiceControllerResolver (line 22) | class ServiceControllerResolver implements ControllerResolverInterface method __construct (line 33) | public function __construct(ControllerResolverInterface $controllerRes... method getController (line 42) | public function getController(Request $request) method getArguments (line 56) | public function getArguments(Request $request, $controller) FILE: src/Silex/ViewListenerWrapper.php class ViewListenerWrapper (line 22) | class ViewListenerWrapper method __construct (line 33) | public function __construct(Application $app, $callback) method __invoke (line 39) | public function __invoke(GetResponseForControllerResultEvent $event) method shouldRun (line 57) | private function shouldRun($callback, $controllerResult) FILE: src/Silex/WebTestCase.php class WebTestCase (line 22) | abstract class WebTestCase extends \PHPUnit_Framework_TestCase method setUp (line 37) | protected function setUp() method createApplication (line 47) | abstract public function createApplication(); method createClient (line 56) | public function createClient(array $server = array()) FILE: tests/Silex/Tests/Application/FormApplication.php class FormApplication (line 16) | class FormApplication extends Application FILE: tests/Silex/Tests/Application/FormTraitTest.php class FormTraitTest (line 21) | class FormTraitTest extends \PHPUnit_Framework_TestCase method testForm (line 23) | public function testForm() method createApplication (line 28) | public function createApplication() FILE: tests/Silex/Tests/Application/MonologApplication.php class MonologApplication (line 16) | class MonologApplication extends Application FILE: tests/Silex/Tests/Application/MonologTraitTest.php class MonologTraitTest (line 23) | class MonologTraitTest extends \PHPUnit_Framework_TestCase method testLog (line 25) | public function testLog() method createApplication (line 35) | public function createApplication() FILE: tests/Silex/Tests/Application/SecurityApplication.php class SecurityApplication (line 16) | class SecurityApplication extends Application FILE: tests/Silex/Tests/Application/SecurityTraitTest.php class SecurityTraitTest (line 23) | class SecurityTraitTest extends \PHPUnit_Framework_TestCase method testEncodePassword (line 25) | public function testEncodePassword() method testIsGrantedWithoutTokenThrowsException (line 43) | public function testIsGrantedWithoutTokenThrowsException() method testIsGranted (line 51) | public function testIsGranted() method createApplication (line 76) | public function createApplication($users = array()) FILE: tests/Silex/Tests/Application/SwiftmailerApplication.php class SwiftmailerApplication (line 16) | class SwiftmailerApplication extends Application FILE: tests/Silex/Tests/Application/SwiftmailerTraitTest.php class SwiftmailerTraitTest (line 21) | class SwiftmailerTraitTest extends \PHPUnit_Framework_TestCase method testMail (line 23) | public function testMail() method createApplication (line 37) | public function createApplication() FILE: tests/Silex/Tests/Application/TranslationApplication.php class TranslationApplication (line 16) | class TranslationApplication extends Application FILE: tests/Silex/Tests/Application/TranslationTraitTest.php class TranslationTraitTest (line 21) | class TranslationTraitTest extends \PHPUnit_Framework_TestCase method testTrans (line 23) | public function testTrans() method testTransChoice (line 31) | public function testTransChoice() method createApplication (line 39) | public function createApplication() FILE: tests/Silex/Tests/Application/TwigApplication.php class TwigApplication (line 16) | class TwigApplication extends Application FILE: tests/Silex/Tests/Application/TwigTraitTest.php class TwigTraitTest (line 23) | class TwigTraitTest extends \PHPUnit_Framework_TestCase method testRender (line 25) | public function testRender() method testRenderKeepResponse (line 37) | public function testRenderKeepResponse() method testRenderForStream (line 48) | public function testRenderForStream() method testRenderView (line 63) | public function testRenderView() method createApplication (line 73) | public function createApplication() FILE: tests/Silex/Tests/Application/UrlGeneratorApplication.php class UrlGeneratorApplication (line 16) | class UrlGeneratorApplication extends Application FILE: tests/Silex/Tests/Application/UrlGeneratorTraitTest.php class UrlGeneratorTraitTest (line 21) | class UrlGeneratorTraitTest extends \PHPUnit_Framework_TestCase method testUrl (line 23) | public function testUrl() method testPath (line 31) | public function testPath() FILE: tests/Silex/Tests/ApplicationTest.php class ApplicationTest (line 31) | class ApplicationTest extends \PHPUnit_Framework_TestCase method testMatchReturnValue (line 33) | public function testMatchReturnValue() method testConstructorInjection (line 56) | public function testConstructorInjection() method testGetRequest (line 69) | public function testGetRequest() method testGetRoutesWithNoRoutes (line 81) | public function testGetRoutesWithNoRoutes() method testGetRoutesWithRoutes (line 90) | public function testGetRoutesWithRoutes() method testOnCoreController (line 109) | public function testOnCoreController() method testOn (line 128) | public function testOn() method testAbort (line 142) | public function testAbort() method testEscape (line 157) | public function testEscape($expected, $text) method escapeProvider (line 164) | public function escapeProvider() method testControllersAsMethods (line 175) | public function testControllersAsMethods() method testApplicationTypeHintWorks (line 185) | public function testApplicationTypeHintWorks() method testPhp7TypeHintWorks (line 198) | public function testPhp7TypeHintWorks() method testHttpSpec (line 208) | public function testHttpSpec() method testRoutesMiddlewares (line 227) | public function testRoutesMiddlewares() method testRoutesBeforeMiddlewaresWithResponseObject (line 280) | public function testRoutesBeforeMiddlewaresWithResponseObject() method testRoutesAfterMiddlewaresWithResponseObject (line 297) | public function testRoutesAfterMiddlewaresWithResponseObject() method testRoutesBeforeMiddlewaresWithRedirectResponseObject (line 314) | public function testRoutesBeforeMiddlewaresWithRedirectResponseObject() method testRoutesBeforeMiddlewaresTriggeredAfterSilexBeforeFilters (line 332) | public function testRoutesBeforeMiddlewaresTriggeredAfterSilexBeforeFi... method testRoutesAfterMiddlewaresTriggeredBeforeSilexAfterFilters (line 355) | public function testRoutesAfterMiddlewaresTriggeredBeforeSilexAfterFil... method testFinishFilter (line 378) | public function testFinishFilter() method testNonResponseAndNonNullReturnFromRouteBeforeMiddlewareShouldThrowRuntimeException (line 408) | public function testNonResponseAndNonNullReturnFromRouteBeforeMiddlewa... method testNonResponseAndNonNullReturnFromRouteAfterMiddlewareShouldThrowRuntimeException (line 427) | public function testNonResponseAndNonNullReturnFromRouteAfterMiddlewar... method testSubRequest (line 443) | public function testSubRequest() method testRegisterShouldReturnSelf (line 456) | public function testRegisterShouldReturnSelf() method testMountShouldReturnSelf (line 464) | public function testMountShouldReturnSelf() method testMountPreservesOrder (line 473) | public function testMountPreservesOrder() method testMountNullException (line 491) | public function testMountNullException() method testMountWrongConnectReturnValueException (line 501) | public function testMountWrongConnectReturnValueException() method testMountCallable (line 507) | public function testMountCallable() method testSendFile (line 519) | public function testSendFile() method testGetRouteCollectionWithRouteWithoutController (line 532) | public function testGetRouteCollectionWithRouteWithoutController() method testBeforeFilterOnMountedControllerGroupIsolatedToGroup (line 540) | public function testBeforeFilterOnMountedControllerGroupIsolatedToGroup() method testViewListenerWithPrimitive (line 552) | public function testViewListenerWithPrimitive() method testViewListenerWithArrayTypeHint (line 565) | public function testViewListenerWithArrayTypeHint() method testViewListenerWithObjectTypeHint (line 578) | public function testViewListenerWithObjectTypeHint() method testViewListenerWithCallableTypeHint (line 591) | public function testViewListenerWithCallableTypeHint() method testViewListenersCanBeChained (line 604) | public function testViewListenersCanBeChained() method testViewListenersAreIgnoredIfNotSuitable (line 622) | public function testViewListenersAreIgnoredIfNotSuitable() method testViewListenersResponsesAreNotUsedIfNull (line 640) | public function testViewListenersResponsesAreNotUsedIfNull() method testDefaultRoutesFactory (line 658) | public function testDefaultRoutesFactory() method testOverriddenRoutesFactory (line 664) | public function testOverriddenRoutesFactory() class FooController (line 674) | class FooController method barAction (line 676) | public function barAction(Application $app, $name) method barSpecialAction (line 681) | public function barSpecialAction(SpecialApplication $app, $name) class IncorrectControllerCollection (line 687) | class IncorrectControllerCollection implements ControllerProviderInterface method connect (line 689) | public function connect(Application $app) class RouteCollectionSubClass (line 695) | class RouteCollectionSubClass extends RouteCollection class SpecialApplication (line 699) | class SpecialApplication extends Application FILE: tests/Silex/Tests/CallbackResolverTest.php class CallbackResolverTest (line 17) | class CallbackResolverTest extends \PHPUnit_Framework_Testcase method setup (line 22) | public function setup() method testShouldResolveCallback (line 28) | public function testShouldResolveCallback() method testNonStringsAreNotValid (line 48) | public function testNonStringsAreNotValid($name) method nonStringsAreNotValidProvider (line 53) | public function nonStringsAreNotValidProvider() method testShouldThrowAnExceptionIfServiceIsNotCallable (line 67) | public function testShouldThrowAnExceptionIfServiceIsNotCallable($name) method shouldThrowAnExceptionIfServiceIsNotCallableProvider (line 74) | public function shouldThrowAnExceptionIfServiceIsNotCallableProvider() FILE: tests/Silex/Tests/CallbackServicesTest.php class CallbackServicesTest (line 23) | class CallbackServicesTest extends \PHPUnit_Framework_TestCase method testCallbacksAsServices (line 27) | public function testCallbacksAsServices() method controller (line 65) | public function controller(Application $app) method before (line 70) | public function before() method after (line 75) | public function after() method beforeApp (line 80) | public function beforeApp() method afterApp (line 85) | public function afterApp() method finishApp (line 90) | public function finishApp() method error (line 95) | public function error() method convert (line 100) | public function convert() method onRequest (line 105) | public function onRequest() FILE: tests/Silex/Tests/ControllerCollectionTest.php class ControllerCollectionTest (line 26) | class ControllerCollectionTest extends \PHPUnit_Framework_TestCase method testGetRouteCollectionWithNoRoutes (line 28) | public function testGetRouteCollectionWithNoRoutes() method testGetRouteCollectionWithRoutes (line 35) | public function testGetRouteCollectionWithRoutes() method testControllerFreezing (line 45) | public function testControllerFreezing() method testConflictingRouteNames (line 67) | public function testConflictingRouteNames() method testUniqueGeneratedRouteNames (line 81) | public function testUniqueGeneratedRouteNames() method testUniqueGeneratedRouteNamesAmongMounts (line 95) | public function testUniqueGeneratedRouteNamesAmongMounts() method testUniqueGeneratedRouteNamesAmongNestedMounts (line 111) | public function testUniqueGeneratedRouteNamesAmongNestedMounts() method testMountCallable (line 130) | public function testMountCallable() method testMountCallableProperClone (line 143) | public function testMountCallableProperClone() method testMountControllersFactory (line 159) | public function testMountControllersFactory() method testMountCallableException (line 175) | public function testMountCallableException() method testAssert (line 181) | public function testAssert() method testValue (line 193) | public function testValue() method testConvert (line 205) | public function testConvert() method testRequireHttp (line 215) | public function testRequireHttp() method testBefore (line 228) | public function testBefore() method testAfter (line 238) | public function testAfter() method testWhen (line 248) | public function testWhen() method testRouteExtension (line 256) | public function testRouteExtension() method testRouteMethodDoesNotExist (line 269) | public function testRouteMethodDoesNotExist() method testNestedCollectionRouteCallbacks (line 277) | public function testNestedCollectionRouteCallbacks() method testRoutesFactoryOmitted (line 295) | public function testRoutesFactoryOmitted() method testRoutesFactoryInConstructor (line 302) | public function testRoutesFactoryInConstructor() class MyRoute1 (line 315) | class MyRoute1 extends Route method foo (line 319) | public function foo($value) class RouteCollectionSubClass2 (line 325) | class RouteCollectionSubClass2 extends RouteCollection FILE: tests/Silex/Tests/ControllerResolverTest.php class ControllerResolverTest (line 23) | class ControllerResolverTest extends \PHPUnit_Framework_TestCase method testGetArguments (line 28) | public function testGetArguments() FILE: tests/Silex/Tests/ControllerTest.php class ControllerTest (line 22) | class ControllerTest extends \PHPUnit_Framework_TestCase method testBind (line 24) | public function testBind() method testBindOnFrozenControllerShouldThrowException (line 36) | public function testBindOnFrozenControllerShouldThrowException() method testAssert (line 44) | public function testAssert() method testValue (line 53) | public function testValue() method testConvert (line 62) | public function testConvert() method testRun (line 71) | public function testRun() method testDefaultRouteNameGeneration (line 83) | public function testDefaultRouteNameGeneration(Route $route, $prefix, ... method provideRouteAndExpectedRouteName (line 91) | public function provideRouteAndExpectedRouteName() method testRouteExtension (line 102) | public function testRouteExtension() method testRouteMethodDoesNotExist (line 115) | public function testRouteMethodDoesNotExist() class MyRoute (line 124) | class MyRoute extends Route method foo (line 128) | public function foo($value) FILE: tests/Silex/Tests/EventListener/LogListenerTest.php class LogListenerTest (line 31) | class LogListenerTest extends \PHPUnit_Framework_TestCase method testRequestListener (line 33) | public function testRequestListener() method testResponseListener (line 52) | public function testResponseListener() method testExceptionListener (line 71) | public function testExceptionListener() FILE: tests/Silex/Tests/ExceptionHandlerTest.php class ExceptionHandlerTest (line 24) | class ExceptionHandlerTest extends \PHPUnit_Framework_TestCase method testExceptionHandlerExceptionNoDebug (line 26) | public function testExceptionHandlerExceptionNoDebug() method testExceptionHandlerExceptionDebug (line 41) | public function testExceptionHandlerExceptionDebug() method testExceptionHandlerNotFoundNoDebug (line 57) | public function testExceptionHandlerNotFoundNoDebug() method testExceptionHandlerNotFoundDebug (line 68) | public function testExceptionHandlerNotFoundDebug() method testExceptionHandlerMethodNotAllowedNoDebug (line 79) | public function testExceptionHandlerMethodNotAllowedNoDebug() method testExceptionHandlerMethodNotAllowedDebug (line 93) | public function testExceptionHandlerMethodNotAllowedDebug() method testNoExceptionHandler (line 107) | public function testNoExceptionHandler() method testOneExceptionHandler (line 125) | public function testOneExceptionHandler() method testMultipleExceptionHandlers (line 154) | public function testMultipleExceptionHandlers() method testNoResponseExceptionHandler (line 189) | public function testNoResponseExceptionHandler() method testStringResponseExceptionHandler (line 217) | public function testStringResponseExceptionHandler() method testExceptionHandlerException (line 233) | public function testExceptionHandlerException() method testRemoveExceptionHandlerAfterDispatcherAccess (line 254) | public function testRemoveExceptionHandlerAfterDispatcherAccess() method testExceptionHandlerWithDefaultException (line 277) | public function testExceptionHandlerWithDefaultException() method testExceptionHandlerWithStandardException (line 296) | public function testExceptionHandlerWithStandardException() method testExceptionHandlerWithSpecifiedException (line 322) | public function testExceptionHandlerWithSpecifiedException() method testExceptionHandlerWithSpecifiedExceptionInReverseOrder (line 348) | public function testExceptionHandlerWithSpecifiedExceptionInReverseOrd... method testExceptionHandlerWithArrayStyleCallback (line 376) | public function testExceptionHandlerWithArrayStyleCallback() method checkRouteResponse (line 393) | protected function checkRouteResponse($app, $path, $expectedContent, $... method exceptionHandler (line 402) | public function exceptionHandler() FILE: tests/Silex/Tests/Fixtures/Php7Controller.php class Php7Controller (line 16) | class Php7Controller method typehintedAction (line 18) | public function typehintedAction(Application $application, string $name) FILE: tests/Silex/Tests/FunctionalTest.php class FunctionalTest (line 25) | class FunctionalTest extends \PHPUnit_Framework_TestCase method testBind (line 27) | public function testBind() method testMount (line 47) | public function testMount() FILE: tests/Silex/Tests/JsonTest.php class JsonTest (line 21) | class JsonTest extends \PHPUnit_Framework_TestCase method testJsonReturnsJsonResponse (line 23) | public function testJsonReturnsJsonResponse() method testJsonUsesData (line 33) | public function testJsonUsesData() method testJsonUsesStatus (line 41) | public function testJsonUsesStatus() method testJsonUsesHeaders (line 49) | public function testJsonUsesHeaders() FILE: tests/Silex/Tests/LazyDispatcherTest.php class LazyDispatcherTest (line 17) | class LazyDispatcherTest extends \PHPUnit_Framework_TestCase method beforeMiddlewareShouldNotCreateDispatcherEarly (line 20) | public function beforeMiddlewareShouldNotCreateDispatcherEarly() method eventHelpersShouldDirectlyAddListenersAfterBoot (line 42) | public function eventHelpersShouldDirectlyAddListenersAfterBoot() FILE: tests/Silex/Tests/LazyRequestMatcherTest.php class LazyRequestMatcherTest (line 22) | class LazyRequestMatcherTest extends \PHPUnit_Framework_TestCase method testUserMatcherIsCreatedLazily (line 27) | public function testUserMatcherIsCreatedLazily() method testThatCanInjectRequestMatcherOnly (line 48) | public function testThatCanInjectRequestMatcherOnly() method testMatchIsProxy (line 61) | public function testMatchIsProxy() FILE: tests/Silex/Tests/LocaleTest.php class LocaleTest (line 24) | class LocaleTest extends \PHPUnit_Framework_TestCase method testLocale (line 26) | public function testLocale() method testLocaleInSubRequests (line 48) | public function testLocaleInSubRequests() method testLocaleWithBefore (line 70) | public function testLocaleWithBefore() FILE: tests/Silex/Tests/MiddlewareTest.php class MiddlewareTest (line 23) | class MiddlewareTest extends \PHPUnit_Framework_TestCase method testBeforeAndAfterFilter (line 25) | public function testBeforeAndAfterFilter() method testAfterFilterWithResponseObject (line 53) | public function testAfterFilterWithResponseObject() method testMultipleFilters (line 75) | public function testMultipleFilters() method testFiltersShouldFireOnException (line 113) | public function testFiltersShouldFireOnException() method testFiltersShouldFireOnHttpException (line 141) | public function testFiltersShouldFireOnHttpException() method testBeforeFilterPreventsBeforeMiddlewaresToBeExecuted (line 165) | public function testBeforeFilterPreventsBeforeMiddlewaresToBeExecuted() method testBeforeFilterExceptionsWhenHandlingAnException (line 180) | public function testBeforeFilterExceptionsWhenHandlingAnException() method testRequestShouldBePopulatedOnBefore (line 190) | public function testRequestShouldBePopulatedOnBefore() method testBeforeFilterAccessesRequestAndCanReturnResponse (line 209) | public function testBeforeFilterAccessesRequestAndCanReturnResponse() method testAfterFilterAccessRequestResponse (line 223) | public function testAfterFilterAccessRequestResponse() method testAfterFilterCanReturnResponse (line 237) | public function testAfterFilterCanReturnResponse() method testRouteAndApplicationMiddlewareParameterInjection (line 251) | public function testRouteAndApplicationMiddlewareParameterInjection() FILE: tests/Silex/Tests/Provider/AssetServiceProviderTest.php class AssetServiceProviderTest (line 17) | class AssetServiceProviderTest extends \PHPUnit_Framework_TestCase method testGenerateAssetUrl (line 19) | public function testGenerateAssetUrl() FILE: tests/Silex/Tests/Provider/DoctrineServiceProviderTest.php class DoctrineServiceProviderTest (line 23) | class DoctrineServiceProviderTest extends \PHPUnit_Framework_TestCase method testOptionsInitializer (line 25) | public function testOptionsInitializer() method testSingleConnection (line 33) | public function testSingleConnection() method testMultipleConnections (line 54) | public function testMultipleConnections() method testLoggerLoading (line 83) | public function testLoggerLoading() method testLoggerNotLoaded (line 101) | public function testLoggerNotLoaded() FILE: tests/Silex/Tests/Provider/FormServiceProviderTest.php class FormServiceProviderTest (line 28) | class FormServiceProviderTest extends \PHPUnit_Framework_TestCase method testFormFactoryServiceIsFormFactory (line 30) | public function testFormFactoryServiceIsFormFactory() method testFormServiceProviderWillLoadTypes (line 37) | public function testFormServiceProviderWillLoadTypes() method testFormServiceProviderWillLoadTypesServices (line 56) | public function testFormServiceProviderWillLoadTypesServices() method testNonExistentTypeService (line 83) | public function testNonExistentTypeService() method testFormServiceProviderWillLoadTypeExtensions (line 101) | public function testFormServiceProviderWillLoadTypeExtensions() method testFormServiceProviderWillLoadTypeExtensionsServices (line 120) | public function testFormServiceProviderWillLoadTypeExtensionsServices() method testNonExistentTypeExtensionService (line 147) | public function testNonExistentTypeExtensionService() method testFormServiceProviderWillLoadTypeGuessers (line 165) | public function testFormServiceProviderWillLoadTypeGuessers() method testFormServiceProviderWillLoadTypeGuessersServices (line 180) | public function testFormServiceProviderWillLoadTypeGuessersServices() method testNonExistentTypeGuesserService (line 202) | public function testNonExistentTypeGuesserService() method testFormServiceProviderWillUseTranslatorIfAvailable (line 217) | public function testFormServiceProviderWillUseTranslatorIfAvailable() method testFormServiceProviderWillNotAddNonexistentTranslationFiles (line 253) | public function testFormServiceProviderWillNotAddNonexistentTranslatio... method testFormCsrf (line 275) | public function testFormCsrf() method testUserExtensionCanConfigureDefaultExtensions (line 288) | public function testUserExtensionCanConfigureDefaultExtensions() class DummyFormType (line 308) | class DummyFormType extends AbstractType method getName (line 318) | public function getName() class DummyFormType (line 313) | class DummyFormType extends AbstractType method getName (line 318) | public function getName() class DummyFormTypeExtension (line 326) | class DummyFormTypeExtension extends AbstractTypeExtension method getExtendedType (line 328) | public function getExtendedType() method configureOptions (line 333) | public function configureOptions(OptionsResolver $resolver) method getExtendedType (line 341) | public function getExtendedType() method setDefaultOptions (line 346) | public function setDefaultOptions(OptionsResolverInterface $resolver) class DummyFormTypeExtension (line 339) | class DummyFormTypeExtension extends AbstractTypeExtension method getExtendedType (line 328) | public function getExtendedType() method configureOptions (line 333) | public function configureOptions(OptionsResolver $resolver) method getExtendedType (line 341) | public function getExtendedType() method setDefaultOptions (line 346) | public function setDefaultOptions(OptionsResolverInterface $resolver) FILE: tests/Silex/Tests/Provider/FormServiceProviderTest/DisableCsrfExtension.php class DisableCsrfExtension (line 9) | class DisableCsrfExtension extends AbstractTypeExtension method configureOptions (line 11) | public function configureOptions(OptionsResolver $resolver) method getExtendedType (line 18) | public function getExtendedType() FILE: tests/Silex/Tests/Provider/HttpCacheServiceProviderTest.php class HttpCacheServiceProviderTest (line 24) | class HttpCacheServiceProviderTest extends \PHPUnit_Framework_TestCase method testRegister (line 26) | public function testRegister() method testRunCallsShutdown (line 42) | public function testRunCallsShutdown($app) method testDebugDefaultsToThatOfApp (line 60) | public function testDebugDefaultsToThatOfApp() class UnsendableResponse (line 74) | class UnsendableResponse extends Response method send (line 76) | public function send() FILE: tests/Silex/Tests/Provider/HttpFragmentServiceProviderTest.php class HttpFragmentServiceProviderTest (line 20) | class HttpFragmentServiceProviderTest extends \PHPUnit_Framework_TestCase method testRenderFunction (line 22) | public function testRenderFunction() FILE: tests/Silex/Tests/Provider/MonologServiceProviderTest.php class MonologServiceProviderTest (line 28) | class MonologServiceProviderTest extends \PHPUnit_Framework_TestCase method setUp (line 32) | protected function setUp() method tearDown (line 38) | protected function tearDown() method testRequestLogging (line 43) | public function testRequestLogging() method testManualLogging (line 68) | public function testManualLogging() method testOverrideFormatter (line 84) | public function testOverrideFormatter() method testErrorLogging (line 96) | public function testErrorLogging() method testRedirectLogging (line 132) | public function testRedirectLogging() method testErrorLoggingGivesWayToSecurityExceptionHandling (line 148) | public function testErrorLoggingGivesWayToSecurityExceptionHandling() method testStringErrorLevel (line 173) | public function testStringErrorLevel() method testNonExistentStringErrorLevel (line 185) | public function testNonExistentStringErrorLevel() method testDisableListener (line 193) | public function testDisableListener() method assertMatchingRecord (line 203) | protected function assertMatchingRecord($pattern, $level, $handler) method getApplication (line 216) | protected function getApplication() FILE: tests/Silex/Tests/Provider/RememberMeServiceProviderTest.php class RememberMeServiceProviderTest (line 27) | class RememberMeServiceProviderTest extends WebTestCase method testRememberMeAuthentication (line 29) | public function testRememberMeAuthentication() method createApplication (line 60) | public function createApplication($authenticationMethod = 'form') class InteractiveLoginTriggered (line 99) | class InteractiveLoginTriggered method onInteractiveLogin (line 103) | public function onInteractiveLogin() FILE: tests/Silex/Tests/Provider/RoutingServiceProviderTest.php class RoutingServiceProviderTest (line 25) | class RoutingServiceProviderTest extends \PHPUnit_Framework_TestCase method testRegister (line 27) | public function testRegister() method testUrlGeneration (line 42) | public function testUrlGeneration() method testAbsoluteUrlGeneration (line 59) | public function testAbsoluteUrlGeneration() method testUrlGenerationWithHttp (line 76) | public function testUrlGenerationWithHttp() method testUrlGenerationWithHttps (line 94) | public function testUrlGenerationWithHttps() method testControllersFactory (line 112) | public function testControllersFactory() FILE: tests/Silex/Tests/Provider/SecurityServiceProviderTest.php class SecurityServiceProviderTest (line 28) | class SecurityServiceProviderTest extends WebTestCase method testWrongAuthenticationType (line 33) | public function testWrongAuthenticationType() method testFormAuthentication (line 48) | public function testFormAuthentication() method testHttpAuthentication (line 96) | public function testHttpAuthentication() method testGuardAuthentication (line 123) | public function testGuardAuthentication() method testUserPasswordValidatorIsRegistered (line 145) | public function testUserPasswordValidatorIsRegistered() method testExposedExceptions (line 167) | public function testExposedExceptions() method testFakeRoutesAreSerializable (line 186) | public function testFakeRoutesAreSerializable() method testUser (line 204) | public function testUser() method testUserWithNoToken (line 230) | public function testUserWithNoToken() method testUserWithInvalidUser (line 248) | public function testUserWithInvalidUser() method testAccessRulePathArray (line 268) | public function testAccessRulePathArray() method createApplication (line 293) | public function createApplication($authenticationMethod = 'form') method addFormAuthentication (line 305) | private function addFormAuthentication($app) method addHttpAuthentication (line 363) | private function addHttpAuthentication($app) method addGuardAuthentication (line 407) | private function addGuardAuthentication($app) FILE: tests/Silex/Tests/Provider/SecurityServiceProviderTest/TokenAuthenticator.php class TokenAuthenticator (line 25) | class TokenAuthenticator extends AbstractGuardAuthenticator method getCredentials (line 27) | public function getCredentials(Request $request) method getUser (line 41) | public function getUser($credentials, UserProviderInterface $userProvi... method checkCredentials (line 46) | public function checkCredentials($credentials, UserInterface $user) method onAuthenticationSuccess (line 52) | public function onAuthenticationSuccess(Request $request, TokenInterfa... method onAuthenticationFailure (line 57) | public function onAuthenticationFailure(Request $request, Authenticati... method start (line 66) | public function start(Request $request, AuthenticationException $authE... method supportsRememberMe (line 75) | public function supportsRememberMe() FILE: tests/Silex/Tests/Provider/SerializerServiceProviderTest.php class SerializerServiceProviderTest (line 22) | class SerializerServiceProviderTest extends \PHPUnit_Framework_TestCase method testRegister (line 24) | public function testRegister() FILE: tests/Silex/Tests/Provider/SessionServiceProviderTest.php class SessionServiceProviderTest (line 26) | class SessionServiceProviderTest extends WebTestCase method testRegister (line 28) | public function testRegister() method createApplication (line 50) | public function createApplication() method testWithRoutesThatDoesNotUseSession (line 81) | public function testWithRoutesThatDoesNotUseSession() method testSessionRegister (line 109) | public function testSessionRegister() FILE: tests/Silex/Tests/Provider/SpoolStub.php class SpoolStub (line 14) | class SpoolStub implements \Swift_Spool method getMessages (line 19) | public function getMessages() method start (line 24) | public function start() method stop (line 28) | public function stop() method isStarted (line 32) | public function isStarted() method queueMessage (line 37) | public function queueMessage(\Swift_Mime_Message $message) method flushQueue (line 42) | public function flushQueue(\Swift_Transport $transport, &$failedRecipi... FILE: tests/Silex/Tests/Provider/SwiftmailerServiceProviderTest.php class SwiftmailerServiceProviderTest (line 18) | class SwiftmailerServiceProviderTest extends \PHPUnit_Framework_TestCase method testSwiftMailerServiceIsSwiftMailer (line 20) | public function testSwiftMailerServiceIsSwiftMailer() method testSwiftMailerIgnoresSpoolIfDisabled (line 30) | public function testSwiftMailerIgnoresSpoolIfDisabled() method testSwiftMailerSendsMailsOnFinish (line 46) | public function testSwiftMailerSendsMailsOnFinish() method testSwiftMailerAvoidsFlushesIfMailerIsUnused (line 72) | public function testSwiftMailerAvoidsFlushesIfMailerIsUnused() FILE: tests/Silex/Tests/Provider/TranslationServiceProviderTest.php class TranslationServiceProviderTest (line 25) | class TranslationServiceProviderTest extends \PHPUnit_Framework_TestCase method getPreparedApp (line 30) | protected function getPreparedApp() method transChoiceProvider (line 59) | public function transChoiceProvider() method transProvider (line 74) | public function transProvider() method testTransForDefaultLanguage (line 89) | public function testTransForDefaultLanguage($key, $locale, $expected) method testTransChoiceForDefaultLanguage (line 101) | public function testTransChoiceForDefaultLanguage($key, $number, $loca... method testFallbacks (line 109) | public function testFallbacks() method testLocale (line 123) | public function testLocale() method testLocaleInSubRequests (line 143) | public function testLocaleInSubRequests() method testLocaleWithBefore (line 167) | public function testLocaleWithBefore() FILE: tests/Silex/Tests/Provider/TwigServiceProviderTest.php class TwigServiceProviderTest (line 26) | class TwigServiceProviderTest extends \PHPUnit_Framework_TestCase method testRegisterAndRender (line 28) | public function testRegisterAndRender() method testLoaderPriority (line 45) | public function testLoaderPriority() method testHttpFoundationIntegration (line 59) | public function testHttpFoundationIntegration() method testAssetIntegration (line 74) | public function testAssetIntegration() method testGlobalVariable (line 87) | public function testGlobalVariable() method testFormFactory (line 99) | public function testFormFactory() method testFormWithoutCsrf (line 111) | public function testFormWithoutCsrf() FILE: tests/Silex/Tests/Provider/ValidatorServiceProviderTest.php class ValidatorServiceProviderTest (line 30) | class ValidatorServiceProviderTest extends \PHPUnit_Framework_TestCase method testRegister (line 32) | public function testRegister() method testRegisterWithCustomValidators (line 41) | public function testRegisterWithCustomValidators() method testConstraintValidatorFactory (line 61) | public function testConstraintValidatorFactory($app) method testConstraintValidatorFactoryWithExpression (line 72) | public function testConstraintValidatorFactoryWithExpression($app) method testValidatorServiceIsAValidator (line 82) | public function testValidatorServiceIsAValidator($app) method testValidatorConstraint (line 91) | public function testValidatorConstraint($email, $isValid, $nbGlobalErr... method testValidatorWillNotAddNonexistentTranslationFiles (line 116) | public function testValidatorWillNotAddNonexistentTranslationFiles() method getTestValidatorConstraintProvider (line 137) | public function getTestValidatorConstraintProvider() method testAddResource (line 150) | public function testAddResource($registerValidatorFirst) method getAddResourceData (line 170) | public function getAddResourceData() method testAddResourceAlternate (line 175) | public function testAddResourceAlternate() FILE: tests/Silex/Tests/Provider/ValidatorServiceProviderTest/Constraint/Custom.php class Custom (line 19) | class Custom extends Constraint method validatedBy (line 25) | public function validatedBy() FILE: tests/Silex/Tests/Provider/ValidatorServiceProviderTest/Constraint/CustomValidator.php class CustomValidator (line 20) | class CustomValidator extends ConstraintValidator method isValid (line 22) | public function isValid($value, Constraint $constraint) method validate (line 28) | public function validate($value, Constraint $constraint) FILE: tests/Silex/Tests/Route/SecurityRoute.php class SecurityRoute (line 16) | class SecurityRoute extends Route FILE: tests/Silex/Tests/Route/SecurityTraitTest.php class SecurityTraitTest (line 23) | class SecurityTraitTest extends \PHPUnit_Framework_TestCase method testSecureWithNoAuthenticatedUser (line 25) | public function testSecureWithNoAuthenticatedUser() method testSecureWithAuthorizedRoles (line 38) | public function testSecureWithAuthorizedRoles() method testSecureWithUnauthorizedRoles (line 53) | public function testSecureWithUnauthorizedRoles() method createApplication (line 68) | private function createApplication() FILE: tests/Silex/Tests/RouterTest.php class RouterTest (line 24) | class RouterTest extends \PHPUnit_Framework_TestCase method testMapRouting (line 26) | public function testMapRouting() method testStatusCode (line 47) | public function testStatusCode() method testRedirect (line 76) | public function testRedirect() method testMissingRoute (line 100) | public function testMissingRoute() method testMethodRouting (line 109) | public function testMethodRouting() method testRequestShouldBeStoredRegardlessOfRouting (line 151) | public function testRequestShouldBeStoredRegardlessOfRouting() method testTrailingSlashBehavior (line 170) | public function testTrailingSlashBehavior() method testHostSpecification (line 185) | public function testHostSpecification() method testRequireHttpRedirect (line 193) | public function testRequireHttpRedirect() method testRequireHttpsRedirect (line 207) | public function testRequireHttpsRedirect() method testRequireHttpsRedirectIncludesQueryString (line 221) | public function testRequireHttpsRedirectIncludesQueryString() method testConditionOnRoute (line 235) | public function testConditionOnRoute() method testClassNameControllerSyntax (line 248) | public function testClassNameControllerSyntax() method testClassNameControllerSyntaxWithStaticMethod (line 257) | public function testClassNameControllerSyntaxWithStaticMethod() method checkRouteResponse (line 266) | protected function checkRouteResponse(Application $app, $path, $expect... class MyController (line 274) | class MyController method getFoo (line 276) | public function getFoo() method getBar (line 281) | public static function getBar() FILE: tests/Silex/Tests/ServiceControllerResolverRouterTest.php class ServiceControllerResolverRouterTest (line 21) | class ServiceControllerResolverRouterTest extends RouterTest method testServiceNameControllerSyntax (line 23) | public function testServiceNameControllerSyntax() method checkRouteResponse (line 37) | protected function checkRouteResponse(Application $app, $path, $expect... FILE: tests/Silex/Tests/ServiceControllerResolverTest.php class ServiceControllerResolverTest (line 22) | class ServiceControllerResolverTest extends \PHPUnit_Framework_Testcase method setup (line 29) | public function setup() method testShouldResolveServiceController (line 42) | public function testShouldResolveServiceController() method testShouldUnresolvedControllerNames (line 61) | public function testShouldUnresolvedControllerNames() method testShouldDelegateGetArguments (line 79) | public function testShouldDelegateGetArguments() FILE: tests/Silex/Tests/StreamTest.php class StreamTest (line 22) | class StreamTest extends \PHPUnit_Framework_TestCase method testStreamReturnsStreamingResponse (line 24) | public function testStreamReturnsStreamingResponse() method testStreamActuallyStreams (line 33) | public function testStreamActuallyStreams() FILE: tests/Silex/Tests/WebTestCaseTest.php class WebTestCaseTest (line 23) | class WebTestCaseTest extends WebTestCase method createApplication (line 25) | public function createApplication() method testGetHello (line 47) | public function testGetHello() method testCrawlerFilter (line 57) | public function testCrawlerFilter() method testServerVariables (line 65) | public function testServerVariables()