Overview

Namespaces

  • Evenement
  • None
  • PHP
  • Psr
    • Http
      • Message
  • Ratchet
    • Http
    • RFC6455
      • Handshake
      • Messaging
    • Server
    • Session
      • Serialize
      • Storage
        • Proxy
    • Wamp
    • WebSocket
  • React
    • EventLoop
      • Tick
      • Timer
    • Socket
    • Stream
  • Symfony
    • Component
      • HttpFoundation
        • Session
          • Attribute
          • Flash
          • Storage
            • Handler
            • Proxy
      • Routing
        • Annotation
        • Exception
        • Generator
          • Dumper
        • Loader
          • DependencyInjection
        • Matcher
          • Dumper
        • Tests
          • Annotation
          • Fixtures
            • AnnotatedClasses
            • OtherAnnotatedClasses
          • Generator
            • Dumper
          • Loader
          • Matcher
            • Dumper

Classes

  • CompiledRouteTest
  • RequestContextTest
  • RouteCollectionBuilderTest
  • RouteCollectionTest
  • RouteCompilerTest
  • RouterTest
  • RouteTest
  • Overview
  • Namespace
  • Class
  • Tree

Class RouteTest

PHPUnit\Framework\TestCase
Extended by Symfony\Component\Routing\Tests\RouteTest
Namespace: Symfony\Component\Routing\Tests
Located at Tests/RouteTest.php
Methods summary
public
# testConstructor( )
public
# testPath( )
public
# testOptions( )
public
# testOption( )
public
# testDefaults( )
public
# testRequirements( )
public
# testRequirement( )
public
# testSetInvalidRequirement( mixed $req )

DataProvider

getInvalidRequirements

ExpectedException

\InvalidArgumentException
public
# getInvalidRequirements( )
public
# testHost( )
public
# testScheme( )
public
# testLegacySchemeRequirement( )

Group

legacy
public
# testMethod( )
public
# testLegacyMethodRequirement( )

Group

legacy
public
# testCondition( )
public
# testCompile( )
public
# testLegacyPattern( )

Group

legacy
public
# testSerialize( )
public
# testSerializeWhenCompiled( )

Tests that the compiled version is also serialized to prevent the overhead of compiling it again after unserialize.

Tests that the compiled version is also serialized to prevent the overhead of compiling it again after unserialize.

public
# testSerializedRepresentationKeepsWorking( )

Tests that the serialized representation of a route in one symfony version also works in later symfony versions, i.e. the unserialized route is in the same state as another, semantically equivalent, route.

Tests that the serialized representation of a route in one symfony version also works in later symfony versions, i.e. the unserialized route is in the same state as another, semantically equivalent, route.

Ratchet API documentation generated by ApiGen 2.8.0