!_TAG_FILE_FORMAT	2	/extended format; --format=1 will not append ;" to lines/
!_TAG_FILE_SORTED	1	/0=unsorted, 1=sorted, 2=foldcase/
!_TAG_PROGRAM_AUTHOR	Darren Hiebert	/dhiebert@users.sourceforge.net/
!_TAG_PROGRAM_NAME	Exuberant Ctags	//
!_TAG_PROGRAM_URL	http://ctags.sourceforge.net	/official site/
!_TAG_PROGRAM_VERSION	5.8	//
Any	vendor/mockery/mockery/library/Mockery/Matcher/Any.php	/^class Any extends MatcherAbstract$/;"	c
AnyOf	vendor/mockery/mockery/library/Mockery/Matcher/AnyOf.php	/^class AnyOf extends MatcherAbstract$/;"	c
App	vendor/illuminate/support/Illuminate/Support/Facades/App.php	/^class App extends Facade {$/;"	c
ArrayableInterface	vendor/illuminate/support/Illuminate/Support/Contracts/ArrayableInterface.php	/^interface ArrayableInterface {$/;"	i
Artisan	vendor/illuminate/support/Illuminate/Support/Facades/Artisan.php	/^class Artisan extends Facade {$/;"	c
Assert	src/Way/Tests/Assert.php	/^class Assert extends TestFacade {$/;"	c
AtLeast	vendor/mockery/mockery/library/Mockery/CountValidator/AtLeast.php	/^class AtLeast extends CountValidatorAbstract$/;"	c
AtMost	vendor/mockery/mockery/library/Mockery/CountValidator/AtMost.php	/^class AtMost extends CountValidatorAbstract$/;"	c
Auth	vendor/illuminate/support/Illuminate/Support/Facades/Auth.php	/^class Auth extends Facade {$/;"	c
Blade	vendor/illuminate/support/Illuminate/Support/Facades/Blade.php	/^class Blade extends Facade {$/;"	c
Cache	vendor/illuminate/support/Illuminate/Support/Facades/Cache.php	/^class Cache extends Facade {$/;"	c
ClassLoader	vendor/composer/ClassLoader.php	/^class ClassLoader$/;"	c
ClassLoader	vendor/illuminate/support/Illuminate/Support/ClassLoader.php	/^class ClassLoader {$/;"	c
Closure	vendor/mockery/mockery/library/Mockery/Matcher/Closure.php	/^class Closure extends MatcherAbstract$/;"	c
Collection	vendor/illuminate/support/Illuminate/Support/Collection.php	/^class Collection implements ArrayAccess, ArrayableInterface, Countable, IteratorAggregate, JsonableInterface {$/;"	c
ComposerAutoloaderInitf301b20d3d09720fd1b1b8e0bb5c9de9	vendor/composer/autoload_real.php	/^class ComposerAutoloaderInitf301b20d3d09720fd1b1b8e0bb5c9de9$/;"	c
CompositeExpectation	vendor/mockery/mockery/library/Mockery/CompositeExpectation.php	/^class CompositeExpectation$/;"	c
Config	vendor/illuminate/support/Illuminate/Support/Facades/Config.php	/^class Config extends Facade {$/;"	c
Configuration	vendor/mockery/mockery/library/Mockery/Configuration.php	/^class Configuration$/;"	c
Container	vendor/mockery/mockery/library/Mockery/Container.php	/^class Container$/;"	c
ContainerTest	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^class ContainerTest extends PHPUnit_Framework_TestCase$/;"	c
Contains	vendor/mockery/mockery/library/Mockery/Matcher/Contains.php	/^class Contains extends MatcherAbstract$/;"	c
Cookie	vendor/illuminate/support/Illuminate/Support/Facades/Cookie.php	/^class Cookie extends Facade {$/;"	c
CountValidatorAbstract	vendor/mockery/mockery/library/Mockery/CountValidator/CountValidatorAbstract.php	/^abstract class CountValidatorAbstract$/;"	c
Crypt	vendor/illuminate/support/Illuminate/Support/Facades/Crypt.php	/^class Crypt extends Facade {$/;"	c
DB	vendor/illuminate/support/Illuminate/Support/Facades/DB.php	/^class DB extends Facade {$/;"	c
DataStore	src/Way/Tests/DataStore.php	/^class DataStore {$/;"	c
Ducktype	vendor/mockery/mockery/library/Mockery/Matcher/Ducktype.php	/^class Ducktype extends MatcherAbstract$/;"	c
Event	vendor/illuminate/support/Illuminate/Support/Facades/Event.php	/^class Event extends Facade {$/;"	c
Exact	vendor/mockery/mockery/library/Mockery/CountValidator/Exact.php	/^class Exact extends CountValidatorAbstract$/;"	c
Exception	vendor/mockery/mockery/library/Mockery/CountValidator/Exception.php	/^class Exception extends \\OutOfBoundsException$/;"	c
Exception	vendor/mockery/mockery/library/Mockery/Exception.php	/^class Exception extends \\UnexpectedValueException$/;"	c
Expectation	vendor/mockery/mockery/library/Mockery/Expectation.php	/^class Expectation$/;"	c
ExpectationDirector	vendor/mockery/mockery/library/Mockery/ExpectationDirector.php	/^class ExpectationDirector$/;"	c
ExpectationTest	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^class ExpectationTest extends PHPUnit_Framework_TestCase$/;"	c
Facade	vendor/illuminate/support/Illuminate/Support/Facades/Facade.php	/^abstract class Facade {$/;"	c
Factory	src/Way/Tests/Factory.php	/^class Factory {$/;"	c
FactoryTest	tests/Way/Tests/FactoryTest.php	/^class FactoryTest extends PHPUnit_Framework_TestCase {$/;"	c
File	vendor/illuminate/support/Illuminate/Support/Facades/File.php	/^class File extends Facade {$/;"	c
Fluent	vendor/illuminate/support/Illuminate/Support/Fluent.php	/^class Fluent {$/;"	c
Form	vendor/illuminate/support/Illuminate/Support/Facades/Form.php	/^class Form extends Facade {$/;"	c
Gateway	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^class Gateway$/;"	c
Generator	vendor/mockery/mockery/library/Mockery/Generator.php	/^class Generator$/;"	c
HamcrestExpectationTest	vendor/mockery/mockery/tests/Mockery/HamcrestExpectationTest.php	/^class HamcrestExpectationTest extends PHPUnit_Framework_TestCase$/;"	c
HasKey	vendor/mockery/mockery/library/Mockery/Matcher/HasKey.php	/^class HasKey extends MatcherAbstract$/;"	c
HasValue	vendor/mockery/mockery/library/Mockery/Matcher/HasValue.php	/^class HasValue extends MatcherAbstract$/;"	c
Hash	vendor/illuminate/support/Illuminate/Support/Facades/Hash.php	/^class Hash extends Facade {$/;"	c
Html	vendor/illuminate/support/Illuminate/Support/Facades/Html.php	/^class Html extends Facade {$/;"	c
Input	vendor/illuminate/support/Illuminate/Support/Facades/Input.php	/^class Input extends Facade {$/;"	c
InvalidCountException	vendor/mockery/mockery/library/Mockery/Exception/InvalidCountException.php	/^class InvalidCountException extends Mockery\\CountValidator\\Exception$/;"	c
InvalidOrderException	vendor/mockery/mockery/library/Mockery/Exception/InvalidOrderException.php	/^class InvalidOrderException extends Mockery\\Exception$/;"	c
JsonableInterface	vendor/illuminate/support/Illuminate/Support/Contracts/JsonableInterface.php	/^interface JsonableInterface {$/;"	i
Lang	vendor/illuminate/support/Illuminate/Support/Facades/Lang.php	/^class Lang extends Facade {$/;"	c
Loader	vendor/mockery/mockery/library/Mockery/Loader.php	/^class Loader$/;"	c
Log	vendor/illuminate/support/Illuminate/Support/Facades/Log.php	/^class Log extends Facade {$/;"	c
Mail	vendor/illuminate/support/Illuminate/Support/Facades/Mail.php	/^class Mail extends Facade {$/;"	c
Manager	vendor/illuminate/support/Illuminate/Support/Manager.php	/^abstract class Manager {$/;"	c
MatcherAbstract	vendor/mockery/mockery/library/Mockery/Matcher/MatcherAbstract.php	/^abstract class MatcherAbstract$/;"	c
MessageBag	vendor/illuminate/support/Illuminate/Support/MessageBag.php	/^class MessageBag implements ArrayableInterface, Countable, JsonableInterface, MessageProviderInterface {$/;"	c
MessageProviderInterface	vendor/illuminate/support/Illuminate/Support/Contracts/MessageProviderInterface.php	/^interface MessageProviderInterface {$/;"	i
Mock	vendor/mockery/mockery/library/Mockery/Mock.php	/^class Mock implements MockInterface$/;"	c
MockInterface	vendor/mockery/mockery/library/Mockery/MockInterface.php	/^interface MockInterface$/;"	i
Mockery	vendor/mockery/mockery/library/Mockery.php	/^class Mockery$/;"	c
MockeryFoo3	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^final class MockeryFoo3 {$/;"	c
MockeryFoo4	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^class MockeryFoo4 {$/;"	c
MockeryTestBar1	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^class MockeryTestBar1 {$/;"	c
MockeryTestFoo	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^class MockeryTestFoo {$/;"	c
MockeryTestFoo2	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^class MockeryTestFoo2 {$/;"	c
MockeryTestIsset_Bar	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^class MockeryTestIsset_Bar {$/;"	c
MockeryTestIsset_Foo	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^class MockeryTestIsset_Foo {$/;"	c
MockeryTestRef1	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^class MockeryTestRef1 {$/;"	c
MockeryTestSubject	vendor/mockery/mockery/tests/Mockery/RecorderTest.php	/^class MockeryTestSubject {$/;"	c
MockeryTestSubjectUser	vendor/mockery/mockery/tests/Mockery/RecorderTest.php	/^class MockeryTestSubjectUser {$/;"	c
MockeryTest_AbstractWithAbstractMethod	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^abstract class MockeryTest_AbstractWithAbstractMethod$/;"	c
MockeryTest_AbstractWithAbstractPublicMethod	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^abstract class MockeryTest_AbstractWithAbstractPublicMethod{$/;"	c
MockeryTest_Call1	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^class MockeryTest_Call1 {$/;"	c
MockeryTest_Call2	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^class MockeryTest_Call2 {$/;"	c
MockeryTest_CallStatic	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^class MockeryTest_CallStatic {$/;"	c
MockeryTest_ClassConstructor	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^class MockeryTest_ClassConstructor {$/;"	c
MockeryTest_ClassConstructor2	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^class MockeryTest_ClassConstructor2 {$/;"	c
MockeryTest_ClassMultipleConstructorParams	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^class MockeryTest_ClassMultipleConstructorParams {$/;"	c
MockeryTest_ExistingProperty	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^class MockeryTest_ExistingProperty {$/;"	c
MockeryTest_Foo	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^class MockeryTest_Foo {$/;"	c
MockeryTest_ImplementsIterator	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^class MockeryTest_ImplementsIterator implements \\Iterator {$/;"	c
MockeryTest_ImplementsIteratorAggregate	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^class MockeryTest_ImplementsIteratorAggregate implements \\IteratorAggregate {$/;"	c
MockeryTest_InterMethod1	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^class MockeryTest_InterMethod1$/;"	c
MockeryTest_Interface	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^interface MockeryTest_Interface {}$/;"	i
MockeryTest_Interface1	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^interface MockeryTest_Interface1 {}$/;"	i
MockeryTest_Interface2	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^interface MockeryTest_Interface2 {}$/;"	i
MockeryTest_InterfaceWithAbstractMethod	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^interface MockeryTest_InterfaceWithAbstractMethod$/;"	i
MockeryTest_InterfaceWithPublicStaticMethod	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^interface MockeryTest_InterfaceWithPublicStaticMethod$/;"	i
MockeryTest_InterfaceWithTraversable	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^interface MockeryTest_InterfaceWithTraversable extends \\ArrayAccess, \\Traversable, \\Countable {$/;"	i
MockeryTest_IssetMethod	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^class MockeryTest_IssetMethod$/;"	c
MockeryTest_MethodParamRef	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^class MockeryTest_MethodParamRef {$/;"	c
MockeryTest_MethodParamRef2	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^class MockeryTest_MethodParamRef2 {$/;"	c
MockeryTest_MockCallableTypeHint	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    class MockeryTest_MockCallableTypeHint {$/;"	c
MockeryTest_NameOfAbstract	vendor/mockery/mockery/tests/Mockery/AdhocTest.php	/^abstract class MockeryTest_NameOfAbstract {$/;"	c
MockeryTest_NameOfExistingClass	vendor/mockery/mockery/tests/Mockery/AdhocTest.php	/^class MockeryTest_NameOfExistingClass {}$/;"	c
MockeryTest_NameOfInterface	vendor/mockery/mockery/tests/Mockery/AdhocTest.php	/^interface MockeryTest_NameOfInterface {$/;"	i
MockeryTest_PartialAbstractClass	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^abstract class MockeryTest_PartialAbstractClass {$/;"	c
MockeryTest_PartialAbstractClass2	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^abstract class MockeryTest_PartialAbstractClass2 {$/;"	c
MockeryTest_PartialNormalClass	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^class MockeryTest_PartialNormalClass {$/;"	c
MockeryTest_PartialNormalClass2	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^class MockeryTest_PartialNormalClass2 {$/;"	c
MockeryTest_ReturnByRef	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^class MockeryTest_ReturnByRef {$/;"	c
MockeryTest_TestInheritedType	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^class MockeryTest_TestInheritedType {}$/;"	c
MockeryTest_UnsetMethod	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^class MockeryTest_UnsetMethod$/;"	c
MockeryTest_Wakeup1	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^class MockeryTest_Wakeup1 {$/;"	c
MockeryTest_WithToString	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^class MockeryTest_WithToString {$/;"	c
Mockery_AdhocTest	vendor/mockery/mockery/tests/Mockery/AdhocTest.php	/^class Mockery_AdhocTest extends PHPUnit_Framework_TestCase$/;"	c
Mockery_Demeterowski	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^class Mockery_Demeterowski {$/;"	c
Mockery_Duck	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^class Mockery_Duck {$/;"	c
Mockery_Duck_Nonswimmer	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^class Mockery_Duck_Nonswimmer {$/;"	c
Mockery_LoaderTest	vendor/mockery/mockery/tests/Mockery/LoaderTest.php	/^class Mockery_LoaderTest extends PHPUnit_Framework_TestCase$/;"	c
Mockery_MockTest	vendor/mockery/mockery/tests/Mockery/MockTest.php	/^class Mockery_MockTest extends PHPUnit_Framework_TestCase$/;"	c
Mockery_UseDemeter	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^class Mockery_UseDemeter {$/;"	c
ModelNotFoundException	src/Way/Tests/Factory.php	/^class ModelNotFoundException extends \\Exception {}$/;"	c
MustBe	vendor/mockery/mockery/library/Mockery/Matcher/MustBe.php	/^class MustBe extends MatcherAbstract$/;"	c
MyService2	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^class MyService2$/;"	c
NamespacedItemResolver	vendor/illuminate/support/Illuminate/Support/NamespacedItemResolver.php	/^class NamespacedItemResolver {$/;"	c
NoMatchingExpectationException	vendor/mockery/mockery/library/Mockery/Exception/NoMatchingExpectationException.php	/^class NoMatchingExpectationException extends Mockery\\Exception$/;"	c
Not	vendor/mockery/mockery/library/Mockery/Matcher/Not.php	/^class Not extends MatcherAbstract$/;"	c
NotAnyOf	vendor/mockery/mockery/library/Mockery/Matcher/NotAnyOf.php	/^class NotAnyOf extends MatcherAbstract$/;"	c
Paginator	vendor/illuminate/support/Illuminate/Support/Facades/Paginator.php	/^class Paginator extends Facade {$/;"	c
Password	vendor/illuminate/support/Illuminate/Support/Facades/Password.php	/^class Password extends Facade {$/;"	c
Pluralizer	vendor/illuminate/support/Illuminate/Support/Pluralizer.php	/^class Pluralizer {$/;"	c
Queue	vendor/illuminate/support/Illuminate/Support/Facades/Queue.php	/^class Queue extends Facade {$/;"	c
Recorder	vendor/mockery/mockery/library/Mockery/Recorder.php	/^class Recorder$/;"	c
RecorderTest	vendor/mockery/mockery/tests/Mockery/RecorderTest.php	/^class RecorderTest extends PHPUnit_Framework_TestCase$/;"	c
Redirect	vendor/illuminate/support/Illuminate/Support/Facades/Redirect.php	/^class Redirect extends Facade {$/;"	c
Redis	vendor/illuminate/support/Illuminate/Support/Facades/Redis.php	/^class Redis extends Facade {$/;"	c
RenderableInterface	vendor/illuminate/support/Illuminate/Support/Contracts/RenderableInterface.php	/^interface RenderableInterface {$/;"	i
Request	vendor/illuminate/support/Illuminate/Support/Facades/Request.php	/^class Request extends Facade {$/;"	c
Response	vendor/illuminate/support/Illuminate/Support/Facades/Response.php	/^class Response {$/;"	c
Route	vendor/illuminate/support/Illuminate/Support/Facades/Route.php	/^class Route extends Facade {$/;"	c
Schema	vendor/illuminate/support/Illuminate/Support/Facades/Schema.php	/^class Schema extends Facade {$/;"	c
SerializableClosure	vendor/illuminate/support/Illuminate/Support/SerializableClosure.php	/^class SerializableClosure implements Serializable {$/;"	c
ServiceProvider	vendor/illuminate/support/Illuminate/Support/ServiceProvider.php	/^abstract class ServiceProvider {$/;"	c
Session	vendor/illuminate/support/Illuminate/Support/Facades/Session.php	/^class Session extends Facade {$/;"	c
Should	src/Way/Tests/Should.php	/^class Should extends TestFacade {$/;"	c
SoCool	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^class SoCool$/;"	c
Starship	vendor/mockery/mockery/examples/starship/Starship.php	/^class Starship$/;"	c
StarshipTest	vendor/mockery/mockery/examples/starship/StarshipTest.php	/^class StarshipTest extends PHPUnit_Framework_TestCase$/;"	c
Str	vendor/illuminate/support/Illuminate/Support/Str.php	/^class Str {$/;"	c
Subset	vendor/mockery/mockery/library/Mockery/Matcher/Subset.php	/^class Subset extends MatcherAbstract$/;"	c
TestFacade	src/Way/Tests/TestFacade.php	/^abstract class TestFacade extends \\PHPUnit_Framework_Assert {$/;"	c
TestListener	vendor/mockery/mockery/library/Mockery/Adapter/Phpunit/TestListener.php	/^class TestListener implements \\PHPUnit_Framework_TestListener$/;"	c
Type	vendor/mockery/mockery/library/Mockery/Matcher/Type.php	/^class Type extends MatcherAbstract$/;"	c
URL	vendor/illuminate/support/Illuminate/Support/Facades/URL.php	/^class URL extends Facade {$/;"	c
Undefined	vendor/mockery/mockery/library/Mockery/Undefined.php	/^class Undefined$/;"	c
Validator	vendor/illuminate/support/Illuminate/Support/Facades/Validator.php	/^class Validator extends Facade {$/;"	c
View	vendor/illuminate/support/Illuminate/Support/Facades/View.php	/^class View extends Facade {$/;"	c
WithFormatterExpectationTest	vendor/mockery/mockery/tests/Mockery/WithFormatterExpectationTest.php	/^class WithFormatterExpectationTest extends PHPUnit_Framework_TestCase$/;"	c
__call	vendor/illuminate/support/Illuminate/Support/Fluent.php	/^	public function __call($method, $parameters)$/;"	f
__call	vendor/illuminate/support/Illuminate/Support/Manager.php	/^	public function __call($method, $parameters)$/;"	f
__call	vendor/mockery/mockery/library/Mockery/CompositeExpectation.php	/^    public function __call($method, array $args)$/;"	f
__call	vendor/mockery/mockery/library/Mockery/Generator.php	/^    public function __call(\\$method, $typehint \\$args)$/;"	f
__call	vendor/mockery/mockery/library/Mockery/Mock.php	/^    public function __call($method, array $args)$/;"	f
__call	vendor/mockery/mockery/library/Mockery/MockInterface.php	/^    \/\/public function __call($method, array $args);$/;"	f
__call	vendor/mockery/mockery/library/Mockery/Recorder.php	/^    public function __call($method, array $args)$/;"	f
__call	vendor/mockery/mockery/library/Mockery/Undefined.php	/^    public function __call($method, array $args)$/;"	f
__call	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function __call($method, $args)$/;"	f
__call	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function __call($method, $params) {}$/;"	f
__call	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function __call($method, array $params) {}$/;"	f
__callStatic	src/Way/Tests/Factory.php	/^    public static function __callStatic($class, $overrides)$/;"	f
__callStatic	src/Way/Tests/TestFacade.php	/^    public static function __callStatic($methodName, array $args)$/;"	f
__callStatic	vendor/illuminate/support/Illuminate/Support/Facades/Facade.php	/^	public static function __callStatic($method, $args)$/;"	f
__callStatic	vendor/illuminate/support/Illuminate/Support/Str.php	/^	public static function __callStatic($method, $parameters)$/;"	f
__callStatic	vendor/mockery/mockery/library/Mockery/Generator.php	/^    public static function __callStatic(\\$method, $typehint \\$args)$/;"	f
__callStatic	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public static function __callStatic($method, $args){}$/;"	f
__clone	vendor/mockery/mockery/library/Mockery/Expectation.php	/^    public function __clone()$/;"	f
__construct	src/Way/Tests/Factory.php	/^    public function __construct(DatabaseManager $db = null, DataStore $dataStore = null)$/;"	f
__construct	vendor/illuminate/support/Illuminate/Support/Collection.php	/^	public function __construct(array $items = array())$/;"	f
__construct	vendor/illuminate/support/Illuminate/Support/Fluent.php	/^	public function __construct($attributes = array())$/;"	f
__construct	vendor/illuminate/support/Illuminate/Support/Manager.php	/^	public function __construct($app)$/;"	f
__construct	vendor/illuminate/support/Illuminate/Support/MessageBag.php	/^	public function __construct(array $messages = array())$/;"	f
__construct	vendor/illuminate/support/Illuminate/Support/SerializableClosure.php	/^	public function __construct(Closure $closure)$/;"	f
__construct	vendor/illuminate/support/Illuminate/Support/ServiceProvider.php	/^	public function __construct($app)$/;"	f
__construct	vendor/mockery/mockery/examples/starship/Starship.php	/^    public function __construct($engineering)$/;"	f
__construct	vendor/mockery/mockery/library/Mockery/CountValidator/CountValidatorAbstract.php	/^    public function __construct(\\Mockery\\Expectation $expectation, $limit)$/;"	f
__construct	vendor/mockery/mockery/library/Mockery/Expectation.php	/^    public function __construct(\\Mockery\\MockInterface $mock, $name)$/;"	f
__construct	vendor/mockery/mockery/library/Mockery/ExpectationDirector.php	/^    public function __construct($name, \\Mockery\\MockInterface $mock)$/;"	f
__construct	vendor/mockery/mockery/library/Mockery/Generator.php	/^    public function __construct()$/;"	f
__construct	vendor/mockery/mockery/library/Mockery/Loader.php	/^    public function __construct($ns = 'Mockery', $includePath = null)$/;"	f
__construct	vendor/mockery/mockery/library/Mockery/Matcher/AnyOf.php	/^    public function __construct($expected = null)$/;"	f
__construct	vendor/mockery/mockery/library/Mockery/Matcher/MatcherAbstract.php	/^    public function __construct($expected = null)$/;"	f
__construct	vendor/mockery/mockery/library/Mockery/Matcher/NotAnyOf.php	/^    public function __construct($expected = null)$/;"	f
__construct	vendor/mockery/mockery/library/Mockery/Recorder.php	/^    public function __construct(\\Mockery\\MockInterface $mock, $subject)$/;"	f
__construct	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function __construct($a, $b) {}$/;"	f
__construct	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function __construct($param1) {}$/;"	f
__construct	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function __construct($var) {$/;"	f
__construct	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function __construct() {}$/;"	f
__construct	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function __construct(stdClass $param1) { $this->param1 = $param1; }$/;"	f
__construct	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function __construct($demeter) {$/;"	f
__construct	vendor/mockery/mockery/tests/Mockery/RecorderTest.php	/^    function __construct($subject) { $this->subject = $subject; }$/;"	f
__get	vendor/illuminate/support/Illuminate/Support/Fluent.php	/^	public function __get($key)$/;"	f
__get	vendor/mockery/mockery/library/Mockery/Mock.php	/^    public function __get($name)$/;"	f
__get	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function __get($name) {$/;"	f
__invoke	vendor/illuminate/support/Illuminate/Support/SerializableClosure.php	/^	public function __invoke()$/;"	f
__isset	vendor/illuminate/support/Illuminate/Support/Fluent.php	/^	public function __isset($key)$/;"	f
__isset	vendor/mockery/mockery/library/Mockery/Generator.php	/^    public function __isset(\\$name)$/;"	f
__isset	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function __isset($name) {$/;"	f
__isset	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function __isset($property) {$/;"	f
__set	vendor/illuminate/support/Illuminate/Support/Fluent.php	/^	public function __set($key, $value)$/;"	f
__set	vendor/mockery/mockery/library/Mockery/Mock.php	/^    \/**public function __set($name, $value)$/;"	f
__toString	vendor/illuminate/support/Illuminate/Support/Collection.php	/^	public function __toString()$/;"	f
__toString	vendor/illuminate/support/Illuminate/Support/MessageBag.php	/^	public function __toString()$/;"	f
__toString	vendor/mockery/mockery/library/Mockery/CompositeExpectation.php	/^    public function __toString()$/;"	f
__toString	vendor/mockery/mockery/library/Mockery/Expectation.php	/^    public function __toString()$/;"	f
__toString	vendor/mockery/mockery/library/Mockery/Generator.php	/^    public function __toString()$/;"	f
__toString	vendor/mockery/mockery/library/Mockery/Matcher/Any.php	/^    public function __toString()$/;"	f
__toString	vendor/mockery/mockery/library/Mockery/Matcher/AnyOf.php	/^    public function __toString()$/;"	f
__toString	vendor/mockery/mockery/library/Mockery/Matcher/Closure.php	/^    public function __toString()$/;"	f
__toString	vendor/mockery/mockery/library/Mockery/Matcher/Contains.php	/^    public function __toString()$/;"	f
__toString	vendor/mockery/mockery/library/Mockery/Matcher/Ducktype.php	/^    public function __toString()$/;"	f
__toString	vendor/mockery/mockery/library/Mockery/Matcher/HasKey.php	/^    public function __toString()$/;"	f
__toString	vendor/mockery/mockery/library/Mockery/Matcher/HasValue.php	/^    public function __toString()$/;"	f
__toString	vendor/mockery/mockery/library/Mockery/Matcher/MatcherAbstract.php	/^    public abstract function __toString();$/;"	f
__toString	vendor/mockery/mockery/library/Mockery/Matcher/MustBe.php	/^    public function __toString()$/;"	f
__toString	vendor/mockery/mockery/library/Mockery/Matcher/Not.php	/^    public function __toString()$/;"	f
__toString	vendor/mockery/mockery/library/Mockery/Matcher/NotAnyOf.php	/^    public function __toString()$/;"	f
__toString	vendor/mockery/mockery/library/Mockery/Matcher/Subset.php	/^    public function __toString()$/;"	f
__toString	vendor/mockery/mockery/library/Mockery/Matcher/Type.php	/^    public function __toString()$/;"	f
__toString	vendor/mockery/mockery/library/Mockery/Mock.php	/^    public function __toString()$/;"	f
__toString	vendor/mockery/mockery/library/Mockery/Undefined.php	/^    public function __toString()$/;"	f
__toString	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function __toString() {}$/;"	f
__unset	vendor/illuminate/support/Illuminate/Support/Fluent.php	/^	public function __unset($key)$/;"	f
__unset	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function __unset($property) {$/;"	f
__wakeup	vendor/mockery/mockery/library/Mockery/Generator.php	/^    public function __wakeup()$/;"	f
__wakeup	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function __wakeup() {}$/;"	f
_actualCount	vendor/mockery/mockery/library/Mockery/Expectation.php	/^    protected $_actualCount = 0;$/;"	v
_allocatedOrder	vendor/mockery/mockery/library/Mockery/Container.php	/^    protected $_allocatedOrder = 0;$/;"	v
_allowMockingMethodsUnnecessarily	vendor/mockery/mockery/library/Mockery/Configuration.php	/^        $this->_allowMockingMethodsUnnecessarily = (bool) $flag;$/;"	v
_allowMockingMethodsUnnecessarily	vendor/mockery/mockery/library/Mockery/Configuration.php	/^    protected $_allowMockingMethodsUnnecessarily = true;$/;"	v
_allowMockingNonExistentMethod	vendor/mockery/mockery/library/Mockery/Configuration.php	/^        $this->_allowMockingNonExistentMethod = (bool) $flag;$/;"	v
_allowMockingNonExistentMethod	vendor/mockery/mockery/library/Mockery/Configuration.php	/^    protected $_allowMockingNonExistentMethod = true;$/;"	v
_analyseClass	vendor/mockery/mockery/library/Mockery/Generator.php	/^    protected static function _analyseClass($class, $className, $allowFinal = false)$/;"	f
_buildDemeterChain	vendor/mockery/mockery/library/Mockery.php	/^    protected static function _buildDemeterChain(\\Mockery\\MockInterface $mock, $arg, $add)$/;"	f
_cleanupArray	vendor/mockery/mockery/library/Mockery.php	/^    private static function _cleanupArray($arg, $nesting = 3) {$/;"	f
_cleanupNesting	vendor/mockery/mockery/library/Mockery.php	/^    private static function _cleanupNesting($arg, $nesting) {$/;"	f
_closureQueue	vendor/mockery/mockery/library/Mockery/Expectation.php	/^        $this->_closureQueue = func_get_args();$/;"	v
_closureQueue	vendor/mockery/mockery/library/Mockery/Expectation.php	/^    protected $_closureQueue = array();$/;"	v
_config	vendor/mockery/mockery/library/Mockery.php	/^    protected static $_config = null;$/;"	v
_container	vendor/mockery/mockery/library/Mockery.php	/^    protected static $_container = null;$/;"	v
_countValidatorClass	vendor/mockery/mockery/library/Mockery/Expectation.php	/^        $this->_countValidatorClass = 'Mockery\\CountValidator\\AtLeast';$/;"	v
_countValidatorClass	vendor/mockery/mockery/library/Mockery/Expectation.php	/^        $this->_countValidatorClass = 'Mockery\\CountValidator\\AtMost';$/;"	v
_countValidatorClass	vendor/mockery/mockery/library/Mockery/Expectation.php	/^        $this->_countValidatorClass = 'Mockery\\CountValidator\\Exact';$/;"	v
_countValidatorClass	vendor/mockery/mockery/library/Mockery/Expectation.php	/^    protected $_countValidatorClass = 'Mockery\\CountValidator\\Exact';$/;"	v
_countValidators	vendor/mockery/mockery/library/Mockery/Expectation.php	/^        $this->_countValidators = $newValidators;$/;"	v
_countValidators	vendor/mockery/mockery/library/Mockery/Expectation.php	/^    protected $_countValidators = array();$/;"	v
_currentOrder	vendor/mockery/mockery/library/Mockery/Container.php	/^        $this->_currentOrder = $order;$/;"	v
_currentOrder	vendor/mockery/mockery/library/Mockery/Container.php	/^    protected $_currentOrder = 0;$/;"	v
_defaults	vendor/mockery/mockery/library/Mockery/ExpectationDirector.php	/^    protected $_defaults = array();$/;"	v
_defineOrdered	vendor/mockery/mockery/library/Mockery/Expectation.php	/^    protected function _defineOrdered($group, $ordering)$/;"	f
_engineering	vendor/mockery/mockery/examples/starship/Starship.php	/^        $this->_engineering = $engineering;$/;"	v
_engineering	vendor/mockery/mockery/examples/starship/Starship.php	/^    protected $_engineering = null;$/;"	v
_expectation	vendor/mockery/mockery/library/Mockery/CountValidator/CountValidatorAbstract.php	/^        $this->_expectation = $expectation;$/;"	v
_expectation	vendor/mockery/mockery/library/Mockery/CountValidator/CountValidatorAbstract.php	/^    protected $_expectation = null;$/;"	v
_expectations	vendor/mockery/mockery/library/Mockery/CompositeExpectation.php	/^    protected $_expectations = array();$/;"	v
_expectations	vendor/mockery/mockery/library/Mockery/ExpectationDirector.php	/^    protected $_expectations = array();$/;"	v
_expected	vendor/mockery/mockery/library/Mockery/Matcher/AnyOf.php	/^        $this->_expected = $expected;$/;"	v
_expected	vendor/mockery/mockery/library/Mockery/Matcher/MatcherAbstract.php	/^        $this->_expected = $expected;$/;"	v
_expected	vendor/mockery/mockery/library/Mockery/Matcher/MatcherAbstract.php	/^    protected $_expected = null;$/;"	v
_expected	vendor/mockery/mockery/library/Mockery/Matcher/MustBe.php	/^            return $this->_expected == $actual;$/;"	v
_expected	vendor/mockery/mockery/library/Mockery/Matcher/MustBe.php	/^            return $this->_expected === $actual;$/;"	v
_expected	vendor/mockery/mockery/library/Mockery/Matcher/NotAnyOf.php	/^        $this->_expected = $expected;$/;"	v
_expectedArgs	vendor/mockery/mockery/library/Mockery/Expectation.php	/^        $this->_expectedArgs = array();$/;"	v
_expectedArgs	vendor/mockery/mockery/library/Mockery/Expectation.php	/^        $this->_expectedArgs = func_get_args();$/;"	v
_expectedArgs	vendor/mockery/mockery/library/Mockery/Expectation.php	/^    protected $_expectedArgs = array();$/;"	v
_expectedOrder	vendor/mockery/mockery/library/Mockery/ExpectationDirector.php	/^    protected $_expectedOrder = null;$/;"	v
_fileExtension	vendor/mockery/mockery/library/Mockery/Loader.php	/^        $this->_fileExtension = $fileExtension;$/;"	v
_fileExtension	vendor/mockery/mockery/library/Mockery/Loader.php	/^    private $_fileExtension = '.php';$/;"	v
_findExpectationIn	vendor/mockery/mockery/library/Mockery/ExpectationDirector.php	/^    protected function _findExpectationIn(array $expectations, array $args)$/;"	f
_getInstance	vendor/mockery/mockery/library/Mockery/Container.php	/^    protected function _getInstance($mockName, $constructorArgs = null)$/;"	f
_getReturnValue	vendor/mockery/mockery/library/Mockery/Expectation.php	/^    protected function _getReturnValue(array $args)$/;"	f
_getStandardMethods	vendor/mockery/mockery/library/Mockery/Generator.php	/^    public static function _getStandardMethods($callTypehint = true, $makeInstanceMock = false)$/;"	f
_globalOrderNumber	vendor/mockery/mockery/library/Mockery/Expectation.php	/^            $this->_globalOrderNumber = $this->_defineOrdered($group, $this->_mock->mockery_getContainer());$/;"	v
_globalOrderNumber	vendor/mockery/mockery/library/Mockery/Expectation.php	/^    protected $_globalOrderNumber = null;$/;"	v
_globally	vendor/mockery/mockery/library/Mockery/Expectation.php	/^        $this->_globally = false;$/;"	v
_globally	vendor/mockery/mockery/library/Mockery/Expectation.php	/^        $this->_globally = true;$/;"	v
_globally	vendor/mockery/mockery/library/Mockery/Expectation.php	/^    protected $_globally = false;$/;"	v
_groups	vendor/mockery/mockery/library/Mockery/Container.php	/^    protected $_groups = array();$/;"	v
_includePath	vendor/mockery/mockery/library/Mockery/Loader.php	/^        $this->_includePath = $includePath;$/;"	v
_includePath	vendor/mockery/mockery/library/Mockery/Loader.php	/^    private $_includePath;$/;"	v
_internalClassParamMap	vendor/mockery/mockery/library/Mockery/Configuration.php	/^    protected $_internalClassParamMap = array();$/;"	v
_isReservedWord	vendor/mockery/mockery/library/Mockery/Generator.php	/^    public static function _isReservedWord($word)$/;"	f
_limit	vendor/mockery/mockery/library/Mockery/CountValidator/CountValidatorAbstract.php	/^        $this->_limit = $limit;$/;"	v
_limit	vendor/mockery/mockery/library/Mockery/CountValidator/CountValidatorAbstract.php	/^    protected $_limit = null;$/;"	v
_matchArg	vendor/mockery/mockery/library/Mockery/Expectation.php	/^    protected function _matchArg($expected, &$actual)$/;"	f
_mock	vendor/mockery/mockery/library/Mockery/Expectation.php	/^        $this->_mock = $mock;$/;"	v
_mock	vendor/mockery/mockery/library/Mockery/Expectation.php	/^    protected $_mock = null;$/;"	v
_mock	vendor/mockery/mockery/library/Mockery/ExpectationDirector.php	/^        $this->_mock = $mock;$/;"	v
_mock	vendor/mockery/mockery/library/Mockery/ExpectationDirector.php	/^    protected $_mock = null;$/;"	v
_mock	vendor/mockery/mockery/library/Mockery/Recorder.php	/^        $this->_mock = $mock;$/;"	v
_mock	vendor/mockery/mockery/library/Mockery/Recorder.php	/^    protected $_mock = null;$/;"	v
_mockery_allocatedOrder	vendor/mockery/mockery/library/Mockery/Mock.php	/^    protected $_mockery_allocatedOrder = 0;$/;"	v
_mockery_container	vendor/mockery/mockery/library/Mockery/Mock.php	/^        $this->_mockery_container = $container;$/;"	v
_mockery_container	vendor/mockery/mockery/library/Mockery/Mock.php	/^    protected $_mockery_container = null;$/;"	v
_mockery_currentOrder	vendor/mockery/mockery/library/Mockery/Mock.php	/^        $this->_mockery_currentOrder = $order;$/;"	v
_mockery_currentOrder	vendor/mockery/mockery/library/Mockery/Mock.php	/^    protected $_mockery_currentOrder = 0;$/;"	v
_mockery_deferMissing	vendor/mockery/mockery/library/Mockery/Mock.php	/^        $this->_mockery_deferMissing = true;$/;"	v
_mockery_deferMissing	vendor/mockery/mockery/library/Mockery/Mock.php	/^    protected $_mockery_deferMissing = false;$/;"	v
_mockery_disableExpectationMatching	vendor/mockery/mockery/library/Mockery/Mock.php	/^        $this->_mockery_disableExpectationMatching = false;$/;"	v
_mockery_disableExpectationMatching	vendor/mockery/mockery/library/Mockery/Mock.php	/^        $this->_mockery_disableExpectationMatching = true;$/;"	v
_mockery_disableExpectationMatching	vendor/mockery/mockery/library/Mockery/Mock.php	/^    protected $_mockery_disableExpectationMatching = false;$/;"	v
_mockery_expectations	vendor/mockery/mockery/library/Mockery/Mock.php	/^    protected $_mockery_expectations = array();$/;"	v
_mockery_groups	vendor/mockery/mockery/library/Mockery/Mock.php	/^    protected $_mockery_groups = array();$/;"	v
_mockery_ignoreMissing	vendor/mockery/mockery/library/Mockery/Mock.php	/^        $this->_mockery_ignoreMissing = true;$/;"	v
_mockery_ignoreMissing	vendor/mockery/mockery/library/Mockery/Mock.php	/^    protected $_mockery_ignoreMissing = false;$/;"	v
_mockery_ignoreMissingAsUndefined	vendor/mockery/mockery/library/Mockery/Mock.php	/^        $this->_mockery_ignoreMissingAsUndefined = true;$/;"	v
_mockery_ignoreMissingAsUndefined	vendor/mockery/mockery/library/Mockery/Mock.php	/^    protected $_mockery_ignoreMissingAsUndefined = false;$/;"	v
_mockery_lastExpectation	vendor/mockery/mockery/library/Mockery/Mock.php	/^    protected $_mockery_lastExpectation = null;$/;"	v
_mockery_mockableProperties	vendor/mockery/mockery/library/Mockery/Mock.php	/^    protected $_mockery_mockableProperties = array();$/;"	v
_mockery_name	vendor/mockery/mockery/library/Mockery/Mock.php	/^        $this->_mockery_name = $name;$/;"	v
_mockery_name	vendor/mockery/mockery/library/Mockery/Mock.php	/^    protected $_mockery_name = null;$/;"	v
_mockery_partial	vendor/mockery/mockery/library/Mockery/Mock.php	/^            $this->_mockery_partial = $partialObject;$/;"	v
_mockery_partial	vendor/mockery/mockery/library/Mockery/Mock.php	/^    protected $_mockery_partial = null;$/;"	v
_mockery_verified	vendor/mockery/mockery/library/Mockery/Mock.php	/^        $this->_mockery_verified = true;$/;"	v
_mockery_verified	vendor/mockery/mockery/library/Mockery/Mock.php	/^    protected $_mockery_verified = false;$/;"	v
_mocks	vendor/mockery/mockery/library/Mockery/Container.php	/^        $this->_mocks = array();$/;"	v
_mocks	vendor/mockery/mockery/library/Mockery/Container.php	/^    protected $_mocks = array();$/;"	v
_name	vendor/mockery/mockery/library/Mockery/Expectation.php	/^        $this->_name = $name;$/;"	v
_name	vendor/mockery/mockery/library/Mockery/Expectation.php	/^    protected $_name = null;$/;"	v
_name	vendor/mockery/mockery/library/Mockery/ExpectationDirector.php	/^        $this->_name = $name;$/;"	v
_name	vendor/mockery/mockery/library/Mockery/ExpectationDirector.php	/^    protected $_name = null;$/;"	v
_namespace	vendor/mockery/mockery/library/Mockery/Loader.php	/^        $this->_namespace = $ns;$/;"	v
_namespace	vendor/mockery/mockery/library/Mockery/Loader.php	/^    private $_namespace;$/;"	v
_namespaceSeparator	vendor/mockery/mockery/library/Mockery/Loader.php	/^        $this->_namespaceSeparator = $sep;$/;"	v
_namespaceSeparator	vendor/mockery/mockery/library/Mockery/Loader.php	/^    private $_namespaceSeparator = '\\\\';$/;"	v
_noArgsExpectation	vendor/mockery/mockery/library/Mockery/Expectation.php	/^        $this->_noArgsExpectation = true;$/;"	v
_noArgsExpectation	vendor/mockery/mockery/library/Mockery/Expectation.php	/^    protected $_noArgsExpectation = false;$/;"	v
_objectToArray	vendor/mockery/mockery/library/Mockery.php	/^    private static function _objectToArray($object, $nesting = 3)$/;"	f
_orderNumber	vendor/mockery/mockery/library/Mockery/Expectation.php	/^            $this->_orderNumber = $this->_defineOrdered($group, $this->_mock);$/;"	v
_orderNumber	vendor/mockery/mockery/library/Mockery/Expectation.php	/^    protected $_orderNumber = null;$/;"	v
_properties	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    protected $_properties = array();$/;"	v
_renderPublicMethodParameters	vendor/mockery/mockery/library/Mockery/Generator.php	/^    protected static function _renderPublicMethodParameters(\\ReflectionMethod $method)$/;"	f
_replaceProtectedAbstractMethod	vendor/mockery/mockery/library/Mockery/Generator.php	/^    protected static function _replaceProtectedAbstractMethod(\\ReflectionMethod $method)$/;"	f
_replacePublicMethod	vendor/mockery/mockery/library/Mockery/Generator.php	/^    protected static function _replacePublicMethod(\\ReflectionMethod $method)$/;"	f
_returnQueue	vendor/mockery/mockery/library/Mockery/Expectation.php	/^        $this->_returnQueue = func_get_args();$/;"	v
_returnQueue	vendor/mockery/mockery/library/Mockery/Expectation.php	/^    protected $_returnQueue = array();$/;"	v
_returnValue	vendor/mockery/mockery/library/Mockery/Expectation.php	/^    protected $_returnValue = null;$/;"	v
_strict	vendor/mockery/mockery/library/Mockery/Recorder.php	/^        $this->_strict = true;$/;"	v
_strict	vendor/mockery/mockery/library/Mockery/Recorder.php	/^    protected $_strict = false;$/;"	v
_subject	vendor/mockery/mockery/library/Mockery/Recorder.php	/^        $this->_subject = $subject;$/;"	v
_subject	vendor/mockery/mockery/library/Mockery/Recorder.php	/^    protected $_subject = null;$/;"	v
_throw	vendor/mockery/mockery/library/Mockery/Expectation.php	/^        $this->_throw = true;$/;"	v
_throw	vendor/mockery/mockery/library/Mockery/Expectation.php	/^        if ($return instanceof \\Exception && $this->_throw === true) {$/;"	v
_throw	vendor/mockery/mockery/library/Mockery/Expectation.php	/^    protected $_throw = false;$/;"	v
a	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^        $a = 1;$/;"	v
a	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^        $a = new stdClass; $a->foo = 1;$/;"	v
access	vendor/mockery/mockery/library/Mockery/Generator.php	/^            $access = 'private';$/;"	v
access	vendor/mockery/mockery/library/Mockery/Generator.php	/^            $access = 'protected';$/;"	v
access	vendor/mockery/mockery/library/Mockery/Generator.php	/^            $access = 'public';$/;"	v
access	vendor/mockery/mockery/library/Mockery/Generator.php	/^        $access = 'protected';$/;"	v
action	vendor/illuminate/support/Illuminate/Support/helpers.php	/^	function action($name, $parameters = array(), $absolute = true)$/;"	f
actual	vendor/mockery/mockery/library/Mockery/Exception/InvalidCountException.php	/^        $this->actual = $count;$/;"	v
actual	vendor/mockery/mockery/library/Mockery/Exception/InvalidCountException.php	/^    protected $actual = null;$/;"	v
actual	vendor/mockery/mockery/library/Mockery/Exception/InvalidOrderException.php	/^        $this->actual = $count;$/;"	v
actual	vendor/mockery/mockery/library/Mockery/Exception/InvalidOrderException.php	/^    protected $actual = null;$/;"	v
actual	vendor/mockery/mockery/library/Mockery/Exception/NoMatchingExpectationException.php	/^        $this->actual = $count;$/;"	v
actual	vendor/mockery/mockery/library/Mockery/Exception/NoMatchingExpectationException.php	/^    protected $actual = array();$/;"	v
actual	vendor/mockery/mockery/library/Mockery/Matcher/AnyOf.php	/^            if ($actual === $exp || $actual == $exp) {$/;"	v
actual	vendor/mockery/mockery/library/Mockery/Matcher/NotAnyOf.php	/^            if ($actual === $exp || $actual == $exp) {$/;"	v
add	vendor/composer/ClassLoader.php	/^    public function add($prefix, $paths, $prepend = false)$/;"	f
add	vendor/illuminate/support/Illuminate/Support/MessageBag.php	/^	public function add($key, $message)$/;"	f
add	vendor/mockery/mockery/library/Mockery/CompositeExpectation.php	/^    public function add($expectation)$/;"	f
addBookmark	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function addBookmark($uri, $tag){}$/;"	f
addClassMap	vendor/composer/ClassLoader.php	/^    public function addClassMap(array $classMap)$/;"	f
addDirectories	vendor/illuminate/support/Illuminate/Support/ClassLoader.php	/^	public static function addDirectories($directories)$/;"	f
addError	vendor/mockery/mockery/library/Mockery/Adapter/Phpunit/TestListener.php	/^    public function addError(\\PHPUnit_Framework_Test $test, \\Exception $e, $time) {}$/;"	f
addExpectation	vendor/mockery/mockery/library/Mockery/ExpectationDirector.php	/^    public function addExpectation(\\Mockery\\Expectation $expectation)$/;"	f
addFailure	vendor/mockery/mockery/library/Mockery/Adapter/Phpunit/TestListener.php	/^    public function addFailure(\\PHPUnit_Framework_Test $test, \\PHPUnit_Framework_AssertionFailedError $e, $time) {}$/;"	f
addIncompleteTest	vendor/mockery/mockery/library/Mockery/Adapter/Phpunit/TestListener.php	/^    public function addIncompleteTest(\\PHPUnit_Framework_Test $test, \\Exception $e, $time) {}$/;"	f
addSkippedTest	vendor/mockery/mockery/library/Mockery/Adapter/Phpunit/TestListener.php	/^    public function addSkippedTest(\\PHPUnit_Framework_Test $test, \\Exception $e, $time) {}$/;"	f
address	src/Way/Tests/DataStore.php	/^        $address = $this->getInteger() . ' ' . $this->getStreet() . ' ' . $this->getStreetExtension() . PHP_EOL;$/;"	v
adherance	vendor/mockery/mockery/library/Mockery/Generator.php	/^     * constructor is often not replaceable, e.g. for interface adherance)$/;"	i
aliases	src/Way/Tests/Assert.php	/^    protected $aliases = array($/;"	v
aliases	src/Way/Tests/Should.php	/^    protected $aliases = array($/;"	v
aliases	src/Way/Tests/TestFacade.php	/^        $this->aliases = array_merge($this->aliases, $aliases);$/;"	v
all	vendor/illuminate/support/Illuminate/Support/Collection.php	/^	public function all()$/;"	f
all	vendor/illuminate/support/Illuminate/Support/MessageBag.php	/^			$all = array_merge($all, $this->transform($messages, $format, $key));$/;"	v
all	vendor/illuminate/support/Illuminate/Support/MessageBag.php	/^		$all = array();$/;"	v
all	vendor/illuminate/support/Illuminate/Support/MessageBag.php	/^	public function all($format = null)$/;"	f
allowFinal	vendor/mockery/mockery/library/Mockery/Generator.php	/^        $allowFinal = false, $block = array(), $makeInstanceMock = false,$/;"	v
allowFinal	vendor/mockery/mockery/library/Mockery/Generator.php	/^    protected static function _analyseClass($class, $className, $allowFinal = false)$/;"	v
allowMockingMethodsUnnecessarily	vendor/mockery/mockery/library/Mockery/Configuration.php	/^    public function allowMockingMethodsUnnecessarily($flag = true)$/;"	f
allowMockingNonExistentMethods	vendor/mockery/mockery/library/Mockery/Configuration.php	/^    public function allowMockingNonExistentMethods($flag = true)$/;"	f
and	vendor/illuminate/support/Illuminate/Support/ServiceProvider.php	/^		\/\/ at the most "childish" class and walks back up to this class. Once we$/;"	c
and	vendor/mockery/mockery/library/Mockery/Expectation.php	/^     * Set Exception class and arguments to that class to be thrown$/;"	c
andReturn	vendor/mockery/mockery/library/Mockery/Expectation.php	/^    public function andReturn()$/;"	f
andReturnNull	vendor/mockery/mockery/library/Mockery/Expectation.php	/^    public function andReturnNull()$/;"	f
andReturnUndefined	vendor/mockery/mockery/library/Mockery/Expectation.php	/^    public function andReturnUndefined()$/;"	f
andReturnUsing	vendor/mockery/mockery/library/Mockery/Expectation.php	/^    public function andReturnUsing()$/;"	f
andReturnValues	vendor/mockery/mockery/library/Mockery/Expectation.php	/^    public function andReturnValues(array $values)$/;"	f
andSet	vendor/mockery/mockery/library/Mockery/Expectation.php	/^    public function andSet($name, $value)$/;"	f
andThrow	vendor/mockery/mockery/library/Mockery/Expectation.php	/^    public function andThrow($exception, $message = '', $code = 0, \\Exception $previous = null)$/;"	f
any	vendor/illuminate/support/Illuminate/Support/MessageBag.php	/^	public function any()$/;"	f
any	vendor/mockery/mockery/library/Mockery.php	/^    public static function any()$/;"	f
anyOf	vendor/mockery/mockery/library/Mockery.php	/^    public static function anyOf()$/;"	f
app	vendor/illuminate/support/Illuminate/Support/Facades/Facade.php	/^	protected static $app;$/;"	v
app	vendor/illuminate/support/Illuminate/Support/Facades/Response.php	/^		$app = Facade::getFacadeApplication();$/;"	v
app	vendor/illuminate/support/Illuminate/Support/Manager.php	/^		$this->app = $app;$/;"	v
app	vendor/illuminate/support/Illuminate/Support/Manager.php	/^	protected $app;$/;"	v
app	vendor/illuminate/support/Illuminate/Support/ServiceProvider.php	/^		$this->app = $app;$/;"	v
app	vendor/illuminate/support/Illuminate/Support/ServiceProvider.php	/^	protected $app;$/;"	v
app	vendor/illuminate/support/Illuminate/Support/helpers.php	/^		$app = app();$/;"	v
app	vendor/illuminate/support/Illuminate/Support/helpers.php	/^	function app($make = null)$/;"	f
appView	vendor/illuminate/support/Illuminate/Support/ServiceProvider.php	/^		$appView = $this->getAppViewPath($package, $namespace);$/;"	v
app_path	vendor/illuminate/support/Illuminate/Support/helpers.php	/^	function app_path()$/;"	f
applyMockeryTo	vendor/mockery/mockery/library/Mockery/Generator.php	/^    public static function applyMockeryTo(\\ReflectionClass $class,$/;"	f
applyOverrides	src/Way/Tests/Factory.php	/^    protected function applyOverrides(array $overrides)$/;"	f
arg	vendor/mockery/mockery/library/Mockery/Container.php	/^            $arg = current($args);$/;"	v
args	vendor/mockery/mockery/library/Mockery.php	/^        $args = func_get_args();$/;"	v
args	vendor/mockery/mockery/library/Mockery.php	/^    public static function formatArgs($method, array $args = null)$/;"	v
args	vendor/mockery/mockery/library/Mockery.php	/^    public static function formatObjects(array $args = null)$/;"	v
args	vendor/mockery/mockery/library/Mockery/CompositeExpectation.php	/^        $args = func_get_args();$/;"	v
args	vendor/mockery/mockery/library/Mockery/Container.php	/^        $args = func_get_args();$/;"	v
array	vendor/illuminate/support/Illuminate/Support/helpers.php	/^			$array = $array[$segment];$/;"	v
array	vendor/illuminate/support/Illuminate/Support/helpers.php	/^			$array = array_values($results);$/;"	v
array	vendor/illuminate/support/Illuminate/Support/helpers.php	/^			$array =& $array[$key];$/;"	v
array	vendor/illuminate/support/Illuminate/Support/helpers.php	/^		if (is_null($key)) return $array = $value;$/;"	v
array_divide	vendor/illuminate/support/Illuminate/Support/helpers.php	/^	function array_divide($array)$/;"	f
array_dot	vendor/illuminate/support/Illuminate/Support/helpers.php	/^	function array_dot($array, $prepend = '')$/;"	f
array_except	vendor/illuminate/support/Illuminate/Support/helpers.php	/^	function array_except($array, $keys)$/;"	f
array_fetch	vendor/illuminate/support/Illuminate/Support/helpers.php	/^	function array_fetch($array, $key)$/;"	f
array_first	vendor/illuminate/support/Illuminate/Support/helpers.php	/^	function array_first($array, $callback, $default = null)$/;"	f
array_flatten	vendor/illuminate/support/Illuminate/Support/helpers.php	/^	function array_flatten($array)$/;"	f
array_forget	vendor/illuminate/support/Illuminate/Support/helpers.php	/^	function array_forget(&$array, $key)$/;"	f
array_get	vendor/illuminate/support/Illuminate/Support/helpers.php	/^	function array_get($array, $key, $default = null)$/;"	f
array_only	vendor/illuminate/support/Illuminate/Support/helpers.php	/^	function array_only($array, $keys)$/;"	f
array_pluck	vendor/illuminate/support/Illuminate/Support/helpers.php	/^	function array_pluck($array, $key)$/;"	f
array_set	vendor/illuminate/support/Illuminate/Support/helpers.php	/^	function array_set(&$array, $key, $value)$/;"	f
asUndefined	vendor/mockery/mockery/library/Mockery/Generator.php	/^    public function asUndefined()$/;"	f
asUndefined	vendor/mockery/mockery/library/Mockery/Mock.php	/^    public function asUndefined()$/;"	f
ascii	vendor/illuminate/support/Illuminate/Support/Str.php	/^	public static function ascii($value)$/;"	f
assertBelongsTo	src/Way/Tests/ModelHelpers.php	/^    public function assertBelongsTo($parent, $child)$/;"	f
assertHasMany	src/Way/Tests/ModelHelpers.php	/^    public function assertHasMany($relation, $class)$/;"	f
assertHasOne	src/Way/Tests/ModelHelpers.php	/^    public function assertHasOne($relation, $class)$/;"	f
assertNotValid	src/Way/Tests/ModelHelpers.php	/^    public function assertNotValid($model)$/;"	f
assertRelationship	src/Way/Tests/ModelHelpers.php	/^    public function assertRelationship($relationship, $class, $type)$/;"	f
assertRespondsTo	src/Way/Tests/ModelHelpers.php	/^    public function assertRespondsTo($method, $class, $message = null)$/;"	f
assertValid	src/Way/Tests/ModelHelpers.php	/^    public function assertValid($model)$/;"	f
asset	vendor/illuminate/support/Illuminate/Support/helpers.php	/^	function asset($path, $secure = null)$/;"	f
atLeast	vendor/mockery/mockery/library/Mockery/Expectation.php	/^    public function atLeast()$/;"	f
atMost	vendor/mockery/mockery/library/Mockery/Expectation.php	/^    public function atMost()$/;"	f
attributes	vendor/illuminate/support/Illuminate/Support/Fluent.php	/^	protected $attributes = array();$/;"	v
attributesFor	src/Way/Tests/Factory.php	/^    public static function attributesFor($class, array $columns = array())$/;"	f
b	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^        $b = 1;$/;"	v
b	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^        $b = new stdClass; $b->foo = 1;$/;"	v
b	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^        $b = new stdClass; $b->foo = 2;$/;"	v
bar	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^        public function bar(callable $callback = null) {$callback();}$/;"	f
bar	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function bar() { return $this->foo(); }$/;"	f
bar	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function bar() { return 'bar'; }$/;"	f
bar	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function bar() {return 'abc';}$/;"	f
bar	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function bar() {$/;"	f
bar	vendor/mockery/mockery/tests/Mockery/RecorderTest.php	/^    function bar($i) { return $i * 2; }$/;"	f
baseDir	vendor/composer/autoload_classmap.php	/^$baseDir = dirname($vendorDir);$/;"	v
baseDir	vendor/composer/autoload_namespaces.php	/^$baseDir = dirname($vendorDir);$/;"	v
baseDir	vendor/composer/autoload_real.php	/^        $baseDir = dirname($vendorDir);$/;"	v
base_path	vendor/illuminate/support/Illuminate/Support/helpers.php	/^	function base_path()$/;"	f
baz	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    abstract public function baz();$/;"	f
baz	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function baz() {return 'abc';}$/;"	f
baz	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function baz() {$/;"	f
before	vendor/mockery/mockery/tests/Mockery/MockTest.php	/^        $before = \\Mockery::getConfiguration()->mockingNonExistentMethodsAllowed();$/;"	v
begin	vendor/illuminate/support/Illuminate/Support/SerializableClosure.php	/^		$begin = strpos($code = $this->getCode(), '(', $this->getUseIndex()) + 1;$/;"	v
begin	vendor/illuminate/support/Illuminate/Support/SerializableClosure.php	/^		$begin = strpos($code, 'function(');$/;"	v
being	vendor/mockery/mockery/library/Mockery/Generator.php	/^     * Add all Mockery methods for mocks to the class being defined$/;"	c
between	vendor/mockery/mockery/library/Mockery/Expectation.php	/^    public function between($minimum, $maximum)$/;"	f
blocks	vendor/mockery/mockery/library/Mockery/Container.php	/^                if(array_key_exists(self::BLOCKS, $arg)) $blocks = $arg[self::BLOCKS]; unset($arg[self::BLOCKS]);$/;"	v
blocks	vendor/mockery/mockery/library/Mockery/Container.php	/^        $blocks = array();$/;"	v
body	vendor/mockery/mockery/library/Mockery/Generator.php	/^            $body = <<<BODY$/;"	v
body	vendor/mockery/mockery/library/Mockery/Generator.php	/^        $body = '';$/;"	v
boot	vendor/illuminate/support/Illuminate/Support/ServiceProvider.php	/^	public function boot() {}$/;"	f
byDefault	vendor/mockery/mockery/library/Mockery/Expectation.php	/^    public function byDefault()$/;"	f
byDefault	vendor/mockery/mockery/library/Mockery/Generator.php	/^    public function byDefault()$/;"	f
byDefault	vendor/mockery/mockery/library/Mockery/Mock.php	/^    public function byDefault()$/;"	f
byDefault	vendor/mockery/mockery/library/Mockery/MockInterface.php	/^    public function byDefault();$/;"	f
bytes	vendor/illuminate/support/Illuminate/Support/Str.php	/^			$bytes = openssl_random_pseudo_bytes($length * 2);$/;"	v
call	vendor/mockery/mockery/library/Mockery/ExpectationDirector.php	/^    public function call(array $args)$/;"	f
callAssertion	src/Way/Tests/TestFacade.php	/^    protected function callAssertion($class, $methodName, $args)$/;"	f
callCustomCreator	vendor/illuminate/support/Illuminate/Support/Manager.php	/^	protected function callCustomCreator($driver)$/;"	f
callTypehinting	vendor/mockery/mockery/library/Mockery/Generator.php	/^                    $callTypehinting = true;$/;"	v
callTypehinting	vendor/mockery/mockery/library/Mockery/Generator.php	/^                if ($result['callTypehinting']) $callTypehinting = true;$/;"	v
callTypehinting	vendor/mockery/mockery/library/Mockery/Generator.php	/^        $callTypehinting = false;$/;"	v
callback	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^        public function bar(callable $callback = null) {$callback();}$/;"	v
camel	vendor/illuminate/support/Illuminate/Support/Str.php	/^	public static function camel($value)$/;"	f
camel_case	vendor/illuminate/support/Illuminate/Support/helpers.php	/^	function camel_case($value)$/;"	f
chain	vendor/illuminate/support/Illuminate/Support/ServiceProvider.php	/^		$chain = $this->getClassChain($reflect);$/;"	v
checkForSpecialField	src/Way/Tests/Factory.php	/^    protected function checkForSpecialField($field)$/;"	f
checkFormat	vendor/illuminate/support/Illuminate/Support/MessageBag.php	/^	protected function checkFormat($format)$/;"	f
cities	src/Way/Tests/DataStore.php	/^        $cities = array('Nashville', 'Chattanooga', 'London', 'San Francisco', 'Bucksnort');$/;"	v
cl	vendor/mockery/mockery/library/Mockery/Container.php	/^            $cl = array_pop($parts);$/;"	v
class	src/Way/Tests/Factory.php	/^        $this->class = $this->createModel($class);$/;"	v
class	src/Way/Tests/Factory.php	/^    protected $class;$/;"	v
class	src/Way/Tests/ModelHelpers.php	/^        $class = Mockery::mock($class."[$type]");$/;"	v
class	src/Way/Tests/TestFacade.php	/^        $class = get_called_class();$/;"	v
class	vendor/composer/ClassLoader.php	/^            $class = substr($class, 1);$/;"	v
class	vendor/illuminate/support/Illuminate/Support/ClassLoader.php	/^		$class = static::normalizeClass($class);$/;"	v
class	vendor/illuminate/support/Illuminate/Support/ClassLoader.php	/^		if ($class[0] == '\\\\') $class = substr($class, 1);$/;"	v
class	vendor/illuminate/support/Illuminate/Support/helpers.php	/^		$class = is_object($class) ? get_class($class) : $class;$/;"	v
class	vendor/mockery/mockery/library/Mockery/Container.php	/^                $class = $interfaces;$/;"	v
class	vendor/mockery/mockery/library/Mockery/Container.php	/^                $class = $parts[0];$/;"	v
class	vendor/mockery/mockery/library/Mockery/Container.php	/^                $class = 'stdClass';$/;"	v
class	vendor/mockery/mockery/library/Mockery/Container.php	/^                $class = array_shift($args);$/;"	v
class	vendor/mockery/mockery/library/Mockery/Container.php	/^        $class = null;$/;"	v
class	vendor/mockery/mockery/library/Mockery/Generator.php	/^                $class = new \\ReflectionClass($interface);$/;"	v
class	vendor/mockery/mockery/library/Mockery/Generator.php	/^            $class = new \\ReflectionClass($className);$/;"	v
class	vendor/mockery/mockery/library/Mockery/Generator.php	/^        $class = $method->getDeclaringClass();$/;"	v
classData	vendor/mockery/mockery/library/Mockery/Generator.php	/^        $classData = array();$/;"	v
classIsFinal	vendor/mockery/mockery/library/Mockery/Generator.php	/^                $classIsFinal = true;$/;"	v
classIsFinal	vendor/mockery/mockery/library/Mockery/Generator.php	/^        $classIsFinal = false;$/;"	v
classLoader	vendor/mockery/mockery/library/Mockery/Loader.php	/^ *     $classLoader = new SplClassLoader('Doctrine\\Common', '\/path\/to\/doctrine');$/;"	v
classMap	vendor/composer/ClassLoader.php	/^            $this->classMap = $classMap;$/;"	v
classMap	vendor/composer/ClassLoader.php	/^            $this->classMap = array_merge($this->classMap, $classMap);$/;"	v
classMap	vendor/composer/ClassLoader.php	/^    private $classMap = array();$/;"	v
classMap	vendor/composer/autoload_real.php	/^        $classMap = require __DIR__ . '\/autoload_classmap.php';$/;"	v
className	vendor/composer/ClassLoader.php	/^            $className = $class;$/;"	v
className	vendor/composer/ClassLoader.php	/^            $className = substr($class, $pos + 1);$/;"	v
className	vendor/mockery/mockery/library/Mockery/Generator.php	/^            $className = '\\\\Mockery\\\\Mock';$/;"	v
className	vendor/mockery/mockery/library/Mockery/Loader.php	/^                $className = substr($className, $lastNsPos + 1);$/;"	v
classNameInherited	vendor/mockery/mockery/library/Mockery/Generator.php	/^                $classNameInherited = $data['className'];$/;"	v
classNameInherited	vendor/mockery/mockery/library/Mockery/Generator.php	/^        $classNameInherited = '';$/;"	v
classPath	vendor/composer/ClassLoader.php	/^            $classPath = null;$/;"	v
classPath	vendor/composer/ClassLoader.php	/^            $classPath = str_replace('\\\\', DIRECTORY_SEPARATOR, substr($class, 0, $pos)) . DIRECTORY_SEPARATOR;$/;"	v
class_basename	vendor/illuminate/support/Illuminate/Support/helpers.php	/^	function class_basename($class)$/;"	f
clearResolvedInstances	vendor/illuminate/support/Illuminate/Support/Facades/Facade.php	/^	public static function clearResolvedInstances()$/;"	f
close	vendor/mockery/mockery/library/Mockery.php	/^    public static function close()$/;"	f
closure	vendor/illuminate/support/Illuminate/Support/SerializableClosure.php	/^		$this->closure = $closure;$/;"	v
closure	vendor/illuminate/support/Illuminate/Support/SerializableClosure.php	/^	protected $closure;$/;"	v
closure	vendor/mockery/mockery/library/Mockery/Matcher/Closure.php	/^        $closure = $this->_expected;$/;"	v
code	vendor/illuminate/support/Illuminate/Support/SerializableClosure.php	/^		$code = '';$/;"	v
code	vendor/illuminate/support/Illuminate/Support/SerializableClosure.php	/^		return $this->code ?: $this->code = $this->getCodeFromFile();$/;"	v
code	vendor/illuminate/support/Illuminate/Support/SerializableClosure.php	/^	protected $code;$/;"	v
columns	src/Way/Tests/Factory.php	/^        $columns = $this->getColumns($this->tableName);$/;"	v
columns	src/Way/Tests/Factory.php	/^    protected static $columns;$/;"	v
columns	src/Way/Tests/Factory.php	/^    public static function attributesFor($class, array $columns = array())$/;"	v
columns	src/Way/Tests/Factory.php	/^    public static function create($class, array $columns = array())$/;"	v
columns	src/Way/Tests/Factory.php	/^    public static function make($class, $columns = array())$/;"	v
commands	vendor/illuminate/support/Illuminate/Support/ServiceProvider.php	/^		$commands = func_get_args();$/;"	v
commands	vendor/illuminate/support/Illuminate/Support/ServiceProvider.php	/^	public function commands()$/;"	f
composite	vendor/mockery/mockery/library/Mockery.php	/^        $composite = new \\Mockery\\CompositeExpectation;$/;"	v
config	vendor/illuminate/support/Illuminate/Support/ServiceProvider.php	/^		$config = $path.'\/config';$/;"	v
connection	vendor/illuminate/support/Illuminate/Support/Facades/Schema.php	/^	public static function connection($name)$/;"	f
constructorArgs	vendor/mockery/mockery/library/Mockery/Container.php	/^                $constructorArgs = array_shift($args);$/;"	v
constructorArgs	vendor/mockery/mockery/library/Mockery/Container.php	/^        $constructorArgs = null;$/;"	v
constructorArgs	vendor/mockery/mockery/library/Mockery/Container.php	/^    protected function _getInstance($mockName, $constructorArgs = null)$/;"	v
container	vendor/mockery/mockery/library/Mockery.php	/^        $container = $mock->mockery_getContainer();$/;"	v
container	vendor/mockery/mockery/library/Mockery/Adapter/Phpunit/TestListener.php	/^            $container = \\Mockery::getContainer();$/;"	v
container	vendor/mockery/mockery/library/Mockery/Mock.php	/^            $container = new \\Mockery\\Container;$/;"	v
container	vendor/mockery/mockery/library/Mockery/Mock.php	/^    public function mockery_init($name, \\Mockery\\Container $container = null, $partialObject = null)$/;"	v
container	vendor/mockery/mockery/library/Mockery/MockInterface.php	/^    public function mockery_init($name, \\Mockery\\Container $container = null, $partialObject = null);$/;"	v
container	vendor/mockery/mockery/tests/Mockery/AdhocTest.php	/^        $this->container = new \\Mockery\\Container;$/;"	v
container	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^        $this->container = new \\Mockery\\Container;$/;"	v
container	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^        $container = new \\Mockery\\Container;$/;"	v
container	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^        $this->container = new \\Mockery\\Container;$/;"	v
container	vendor/mockery/mockery/tests/Mockery/HamcrestExpectationTest.php	/^        $this->container = new \\Mockery\\Container;$/;"	v
container	vendor/mockery/mockery/tests/Mockery/MockTest.php	/^        $this->container = new \\Mockery\\Container;$/;"	v
container	vendor/mockery/mockery/tests/Mockery/RecorderTest.php	/^        $this->container = new \\Mockery\\Container;$/;"	v
contains	vendor/illuminate/support/Illuminate/Support/Str.php	/^	public static function contains($haystack, $needle)$/;"	f
contains	vendor/mockery/mockery/library/Mockery.php	/^    public static function contains()$/;"	f
count	vendor/illuminate/support/Illuminate/Support/Collection.php	/^	public function count()$/;"	f
count	vendor/illuminate/support/Illuminate/Support/MessageBag.php	/^	public function count()$/;"	f
count	vendor/illuminate/support/Illuminate/Support/Pluralizer.php	/^	public static function plural($value, $count = 2)$/;"	v
count	vendor/illuminate/support/Illuminate/Support/Str.php	/^	public static function plural($value, $count = 2)$/;"	v
count	vendor/illuminate/support/Illuminate/Support/helpers.php	/^	function str_plural($value, $count = 2)$/;"	v
count	vendor/mockery/mockery/library/Mockery/Container.php	/^        $count = 0;$/;"	v
count	vendor/mockery/mockery/library/Mockery/Mock.php	/^        $count = 0;$/;"	v
countValidators	vendor/mockery/mockery/library/Mockery/Expectation.php	/^        $countValidators = $this->_countValidators;$/;"	v
create	src/Way/Tests/Factory.php	/^    public static function create($class, array $columns = array())$/;"	f
createClassMock	vendor/mockery/mockery/library/Mockery/Generator.php	/^    public static function createClassMock($className, $mockName = null,$/;"	f
createDriver	vendor/illuminate/support/Illuminate/Support/Manager.php	/^	protected function createDriver($driver)$/;"	f
createModel	src/Way/Tests/Factory.php	/^    protected function createModel($class)$/;"	f
createRelationship	src/Way/Tests/Factory.php	/^    protected function createRelationship($class)$/;"	f
created	vendor/mockery/mockery/library/Mockery/Generator.php	/^    * @return string Classname of the mock class created$/;"	c
csrf_token	vendor/illuminate/support/Illuminate/Support/helpers.php	/^	function csrf_token()$/;"	f
current	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function current(){}$/;"	f
customCreators	vendor/illuminate/support/Illuminate/Support/Manager.php	/^	protected $customCreators = array();$/;"	v
data	vendor/illuminate/support/Illuminate/Support/Facades/Response.php	/^			$data = $data->toArray();$/;"	v
data	vendor/illuminate/support/Illuminate/Support/Facades/Response.php	/^	public static function view($view, $data = array(), $status = 200, array $headers = array())$/;"	v
data	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^        $data = array('a'=>1,'b'=>2);$/;"	v
dataStore	src/Way/Tests/Factory.php	/^        $this->dataStore = $dataStore ?: new DataStore;$/;"	v
dataStore	src/Way/Tests/Factory.php	/^    protected $dataStore;$/;"	v
dave	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function dave() {}$/;"	f
db	src/Way/Tests/Factory.php	/^        $this->db = $db ?: \\App::make('db');$/;"	v
db	src/Way/Tests/Factory.php	/^    protected $db;$/;"	v
db	src/Way/Tests/Factory.php	/^    public function __construct(DatabaseManager $db = null, DataStore $dataStore = null)$/;"	v
declareClass	vendor/mockery/mockery/library/Mockery/Container.php	/^    public function declareClass($fqcn)$/;"	f
default	vendor/illuminate/support/Illuminate/Support/Collection.php	/^	public function get($key, $default = null)$/;"	v
default	vendor/illuminate/support/Illuminate/Support/Facades/Input.php	/^	public static function get($key = null, $default = null)$/;"	v
default	vendor/illuminate/support/Illuminate/Support/Fluent.php	/^	public function get($key, $default = null)$/;"	v
default	vendor/illuminate/support/Illuminate/Support/helpers.php	/^	function array_first($array, $callback, $default = null)$/;"	v
default	vendor/illuminate/support/Illuminate/Support/helpers.php	/^	function array_get($array, $key, $default = null)$/;"	v
default	vendor/mockery/mockery/library/Mockery/Generator.php	/^                    $default = 'null';$/;"	v
default	vendor/mockery/mockery/library/Mockery/Generator.php	/^                    $default = var_export($param->getDefaultValue(), true);$/;"	v
default	vendor/mockery/mockery/library/Mockery/Generator.php	/^                  $default = 'null';$/;"	v
default	vendor/mockery/mockery/library/Mockery/Generator.php	/^                $default = var_export($param->getDefaultValue(), true);$/;"	v
defer	vendor/illuminate/support/Illuminate/Support/ServiceProvider.php	/^	protected $defer = false;$/;"	v
definition	vendor/mockery/mockery/library/Mockery/Generator.php	/^        $definition = '';$/;"	v
definitions	vendor/mockery/mockery/library/Mockery/Mock.php	/^     * for inclusion on extending class definitions.$/;"	c
delimiter	vendor/illuminate/support/Illuminate/Support/Str.php	/^	public static function snake($value, $delimiter = '_')$/;"	v
delimiter	vendor/illuminate/support/Illuminate/Support/helpers.php	/^	function snake_case($value, $delimiter = '_')$/;"	v
demeter	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^        $demeter = new Mockery_UseDemeter($mock);$/;"	v
demeter	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^        $this->demeter = $demeter;$/;"	v
director	vendor/mockery/mockery/library/Mockery/Expectation.php	/^        $director = $this->_mock->mockery_getExpectationsFor($this->_name);$/;"	v
director	vendor/mockery/mockery/library/Mockery/Mock.php	/^                    $director = new \\Mockery\\ExpectationDirector($method, $self);$/;"	v
director	vendor/mockery/mockery/library/Mockery/Mock.php	/^                $director = $self->mockery_getExpectationsFor($method);$/;"	v
director	vendor/mockery/mockery/library/Mockery/Mock.php	/^        $director = $this->_mockery_expectations[$method];$/;"	v
directories	vendor/illuminate/support/Illuminate/Support/ClassLoader.php	/^			$directories = (array) $directories;$/;"	v
directories	vendor/illuminate/support/Illuminate/Support/ClassLoader.php	/^	protected static $directories = array();$/;"	v
doBar	vendor/mockery/mockery/tests/Mockery/RecorderTest.php	/^    function doBar () { return $this->subject->bar(2); }$/;"	f
doFirst	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function doFirst() {$/;"	f
doFoo	vendor/mockery/mockery/tests/Mockery/RecorderTest.php	/^    function doFoo () { return $this->subject->foo(); }$/;"	f
doSecond	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    private function doSecond() {$/;"	f
doSomething	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function doSomething() {}$/;"	f
doThird	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function doThird() {$/;"	f
doit	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function doit() {$/;"	f
doitWithArgs	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function doitWithArgs() {$/;"	f
download	vendor/illuminate/support/Illuminate/Support/Facades/Response.php	/^	public static function download($file, $name = null, $headers = array())$/;"	f
driver	vendor/illuminate/support/Illuminate/Support/Manager.php	/^		$driver = $driver ?: $this->getDefaultDriver();$/;"	v
driver	vendor/illuminate/support/Illuminate/Support/Manager.php	/^	public function driver($driver = null)$/;"	f
drivers	vendor/illuminate/support/Illuminate/Support/Manager.php	/^	protected $drivers = array();$/;"	v
ducktype	vendor/mockery/mockery/library/Mockery.php	/^    public static function ducktype()$/;"	f
e	vendor/illuminate/support/Illuminate/Support/helpers.php	/^	function e($value)$/;"	f
e	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^        $e = $this->mock->shouldReceive('end')->ordered();$/;"	v
each	vendor/illuminate/support/Illuminate/Support/Collection.php	/^	public function each(Closure $callback)$/;"	f
elements	vendor/mockery/mockery/library/Mockery/Matcher/Contains.php	/^        $elements = array();$/;"	v
elements	vendor/mockery/mockery/library/Mockery/Matcher/Subset.php	/^        $elements = array();$/;"	v
end	vendor/illuminate/support/Illuminate/Support/Str.php	/^			$end = '';$/;"	v
endTest	vendor/mockery/mockery/library/Mockery/Adapter/Phpunit/TestListener.php	/^    public function endTest(\\PHPUnit_Framework_Test $test, $time)$/;"	f
endTestSuite	vendor/mockery/mockery/library/Mockery/Adapter/Phpunit/TestListener.php	/^    public function endTestSuite(\\PHPUnit_Framework_TestSuite $suite) {}$/;"	f
endsWith	vendor/illuminate/support/Illuminate/Support/Str.php	/^	public static function endsWith($haystack, $needle)$/;"	f
ends_with	vendor/illuminate/support/Illuminate/Support/helpers.php	/^	function ends_with($haystack, $needle)$/;"	f
enterOrbit	vendor/mockery/mockery/examples/starship/Starship.php	/^    public function enterOrbit()$/;"	f
events	vendor/illuminate/support/Illuminate/Support/ServiceProvider.php	/^		$events = $this->app['events'];$/;"	v
exactArgs	vendor/mockery/mockery/library/Mockery/Recorder.php	/^            $exactArgs = array();$/;"	v
exception	vendor/mockery/mockery/library/Mockery/Container.php	/^            $exception = new \\Mockery\\Exception\\InvalidOrderException($/;"	v
exception	vendor/mockery/mockery/library/Mockery/CountValidator/AtLeast.php	/^            $exception = new Mockery\\Exception\\InvalidCountException($/;"	v
exception	vendor/mockery/mockery/library/Mockery/CountValidator/AtMost.php	/^            $exception = new Mockery\\Exception\\InvalidCountException($/;"	v
exception	vendor/mockery/mockery/library/Mockery/CountValidator/Exact.php	/^            $exception = new Mockery\\Exception\\InvalidCountException($/;"	v
exception	vendor/mockery/mockery/library/Mockery/ExpectationDirector.php	/^            $exception = new \\Mockery\\Exception\\NoMatchingExpectationException($/;"	v
exception	vendor/mockery/mockery/library/Mockery/Mock.php	/^            $exception = new \\Mockery\\Exception\\InvalidOrderException($/;"	v
exp	vendor/mockery/mockery/library/Mockery.php	/^            $exp = $mock->mockery_getExpectationsFor($method);$/;"	v
exp	vendor/mockery/mockery/library/Mockery.php	/^            if ($needNew) $exp = $nextExp($method);$/;"	v
exp	vendor/mockery/mockery/library/Mockery.php	/^        $exp = null;$/;"	v
exp	vendor/mockery/mockery/library/Mockery/Matcher/Contains.php	/^                if ($exp === $val || $exp == $val) {$/;"	v
exp	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^        $exp = $this->mock->shouldReceive('foo')->andReturn(1);$/;"	v
exp	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^        $exp = $this->mock->shouldReceive('foo')->with(1, 'bar', new stdClass, array());$/;"	v
exp	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^        $exp = $this->mock->shouldReceive('foo', 'bar')->with(1);$/;"	v
expectation	vendor/mockery/mockery/library/Mockery.php	/^                    $expectation = self::_buildDemeterChain($mock, $k, $add)->andReturn($v);$/;"	v
expectation	vendor/mockery/mockery/library/Mockery.php	/^                $expectation = self::_buildDemeterChain($mock, $arg, $add);$/;"	v
expectation	vendor/mockery/mockery/library/Mockery/ExpectationDirector.php	/^        $expectation = $this->findExpectation($args);$/;"	v
expectation	vendor/mockery/mockery/library/Mockery/Mock.php	/^                $expectation = new \\Mockery\\Expectation($self, $method);$/;"	v
expectation	vendor/mockery/mockery/library/Mockery/Recorder.php	/^        $expectation = $this->_mock->shouldReceive($method)->andReturn($return);$/;"	v
expectationClosure	vendor/mockery/mockery/library/Mockery/Container.php	/^                $expectationClosure = array_pop($args);$/;"	v
expectationClosure	vendor/mockery/mockery/library/Mockery/Container.php	/^        $expectationClosure = null;$/;"	v
expectation_count	vendor/mockery/mockery/library/Mockery/Adapter/Phpunit/TestListener.php	/^                $expectation_count = $container->mockery_getExpectationCount();$/;"	v
expected	vendor/mockery/mockery/library/Mockery/Exception/InvalidCountException.php	/^        $this->expected = $count;$/;"	v
expected	vendor/mockery/mockery/library/Mockery/Exception/InvalidCountException.php	/^    protected $expected = 0;$/;"	v
expected	vendor/mockery/mockery/library/Mockery/Exception/InvalidOrderException.php	/^        $this->expected = $count;$/;"	v
expected	vendor/mockery/mockery/library/Mockery/Exception/InvalidOrderException.php	/^    protected $expected = 0;$/;"	v
expected	vendor/mockery/mockery/library/Mockery/Expectation.php	/^        if (!is_object($expected) && !is_object($actual) && $expected == $actual) {$/;"	v
expected	vendor/mockery/mockery/tests/Mockery/LoaderTest.php	/^        $expected = array($loader, 'loadClass');$/;"	v
expectedComparative	vendor/mockery/mockery/library/Mockery/Exception/InvalidCountException.php	/^        $this->expectedComparative = $comp;$/;"	v
expectedComparative	vendor/mockery/mockery/library/Mockery/Exception/InvalidCountException.php	/^    protected $expectedComparative = '<=';$/;"	v
exps	vendor/mockery/mockery/library/Mockery/Mock.php	/^            $exps = $director->getExpectations();$/;"	v
extend	vendor/illuminate/support/Illuminate/Support/Manager.php	/^	public function extend($driver, Closure $callback)$/;"	f
extendedInterfaces	vendor/mockery/mockery/library/Mockery/Generator.php	/^                    $extendedInterfaces = $data['class']->getInterfaces();$/;"	v
extensions	src/Way/Tests/DataStore.php	/^        $extensions = array('Ave', 'St', 'Circle', 'Road');$/;"	v
factory	tests/Way/Tests/FactoryTest.php	/^        $factory = m::mock('Way\\Tests\\Factory', [$this->mockedDb, new DataStore])->makePartial();$/;"	v
fallbackDirs	vendor/composer/ClassLoader.php	/^                $this->fallbackDirs = array_merge($/;"	v
fallbackDirs	vendor/composer/ClassLoader.php	/^            $this->fallbackDirs = (array) $paths;$/;"	v
fallbackDirs	vendor/composer/ClassLoader.php	/^    private $fallbackDirs = array();$/;"	v
fetch	vendor/illuminate/support/Illuminate/Support/Collection.php	/^	public function fetch($key)$/;"	f
fetchMock	vendor/mockery/mockery/library/Mockery.php	/^    public static function fetchMock($name)$/;"	f
fetchMock	vendor/mockery/mockery/library/Mockery/Container.php	/^    public function fetchMock($reference)$/;"	f
field	src/Way/Tests/Factory.php	/^        foreach ($overrides as $field => $value)$/;"	v
file	vendor/composer/ClassLoader.php	/^        if ($this->useIncludePath && $file = stream_resolve_include_path($classPath)) {$/;"	v
file	vendor/illuminate/support/Illuminate/Support/ClassLoader.php	/^	 * Load the given class file.$/;"	c
file	vendor/illuminate/support/Illuminate/Support/SerializableClosure.php	/^		$file = $this->getFile();$/;"	v
file	vendor/illuminate/support/Illuminate/Support/SerializableClosure.php	/^		$file = new SplFileObject($this->reflection->getFileName());$/;"	v
file	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^        $file = $this->container->mock('SplFileInfo[getFilename,getPathname,getExtension,getMTime]');$/;"	v
fileName	vendor/mockery/mockery/library/Mockery/Loader.php	/^                $fileName = str_replace($this->_namespaceSeparator, DIRECTORY_SEPARATOR, $namespace) . DIRECTORY_SEPARATOR;$/;"	v
fileName	vendor/mockery/mockery/library/Mockery/Loader.php	/^            $fileName = '';$/;"	v
files	vendor/composer/ClassLoader.php	/^     * Turns on searching the include path for class files.$/;"	c
files	vendor/mockery/mockery/library/Mockery/Loader.php	/^     * Gets the base include path for all class files in the namespace of this class loader.$/;"	c
files	vendor/mockery/mockery/library/Mockery/Loader.php	/^     * Gets the file extension of class files in the namespace of this class loader.$/;"	c
files	vendor/mockery/mockery/library/Mockery/Loader.php	/^     * Sets the base include path for all class files in the namespace of this class loader.$/;"	c
files	vendor/mockery/mockery/library/Mockery/Loader.php	/^     * Sets the file extension of class files in the namespace of this class loader.$/;"	c
filter	vendor/illuminate/support/Illuminate/Support/Collection.php	/^	public function filter(Closure $callback)$/;"	f
filter	vendor/illuminate/support/Illuminate/Support/Facades/Route.php	/^	public static function filter($name, $callback)$/;"	f
finalArg	vendor/mockery/mockery/library/Mockery/Container.php	/^            $finalArg = end($args);$/;"	v
findExpectation	vendor/mockery/mockery/library/Mockery/ExpectationDirector.php	/^    public function findExpectation(array $args)$/;"	f
findFile	vendor/composer/ClassLoader.php	/^    public function findFile($class)$/;"	f
finish	vendor/illuminate/support/Illuminate/Support/Str.php	/^	public static function finish($value, $cap)$/;"	f
fire	src/Way/Tests/Factory.php	/^    public function fire($class, array $overrides = array())$/;"	f
fire	src/Way/Tests/TestFacade.php	/^    protected function fire($methodName, $args)$/;"	f
first	vendor/illuminate/support/Illuminate/Support/Collection.php	/^	public function first()$/;"	f
first	vendor/illuminate/support/Illuminate/Support/MessageBag.php	/^	public function first($key = null, $format = null)$/;"	f
first	vendor/mockery/mockery/library/Mockery/CompositeExpectation.php	/^        $first = current($this->_expectations);$/;"	v
flatten	vendor/illuminate/support/Illuminate/Support/Collection.php	/^	public function flatten()$/;"	f
flip	vendor/illuminate/support/Illuminate/Support/Str.php	/^		$flip = $separator == '-' ? '_' : '-';$/;"	v
flippedReservedWords	vendor/mockery/mockery/library/Mockery/Generator.php	/^            $flippedReservedWords = array_fill_keys(static::$reservedWords, true);$/;"	v
flippedReservedWords	vendor/mockery/mockery/library/Mockery/Generator.php	/^        static $flippedReservedWords;$/;"	v
foo	vendor/mockery/mockery/tests/Mockery/AdhocTest.php	/^    abstract public function foo();$/;"	f
foo	vendor/mockery/mockery/tests/Mockery/AdhocTest.php	/^    public function foo();$/;"	f
foo	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^        public function foo(callable $baz) {$baz();}$/;"	f
foo	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    abstract public function foo($a, $b);$/;"	f
foo	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    abstract public function foo();$/;"	f
foo	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    final public function foo() { return 'baz'; }$/;"	f
foo	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public $foo = 'bar';$/;"	v
foo	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function foo(&$a, $b) {}$/;"	f
foo	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function foo() { return 'baz'; }$/;"	f
foo	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function foo() { return 'foo'; }$/;"	f
foo	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function foo() {return 'abc';}$/;"	f
foo	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function foo() {$/;"	f
foo	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function foo() {}$/;"	f
foo	vendor/mockery/mockery/tests/Mockery/RecorderTest.php	/^    function foo() { return 1; }$/;"	f
for	vendor/illuminate/support/Illuminate/Support/Facades/Facade.php	/^	 * Get the mockable class for the bound instance.$/;"	c
forget	vendor/illuminate/support/Illuminate/Support/Collection.php	/^	public function forget($key)$/;"	f
format	vendor/illuminate/support/Illuminate/Support/MessageBag.php	/^		$format = $this->checkFormat($format);$/;"	v
format	vendor/illuminate/support/Illuminate/Support/MessageBag.php	/^		$this->format = $format;$/;"	v
format	vendor/illuminate/support/Illuminate/Support/MessageBag.php	/^	protected $format = ':message';$/;"	v
format	vendor/illuminate/support/Illuminate/Support/MessageBag.php	/^	public function first($key = null, $format = null)$/;"	v
format	vendor/illuminate/support/Illuminate/Support/MessageBag.php	/^	public function get($key, $format = null)$/;"	v
formatArgs	vendor/mockery/mockery/library/Mockery.php	/^    public static function formatArgs($method, array $args = null)$/;"	f
formatObjects	vendor/mockery/mockery/library/Mockery.php	/^    public static function formatObjects(array $args = null)$/;"	f
formatObjectsDataProvider	vendor/mockery/mockery/tests/Mockery/WithFormatterExpectationTest.php	/^    public function formatObjectsDataProvider()$/;"	f
from	vendor/illuminate/support/Illuminate/Support/ServiceProvider.php	/^	 * Get a class from the ReflectionClass inheritance chain.$/;"	c
function	vendor/mockery/mockery/library/Mockery/Matcher/Type.php	/^        $function = 'is_' . strtolower($this->_expected);$/;"	v
function	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^        $function = function($arg){return $arg % 2 == 0;};$/;"	v
get	vendor/illuminate/support/Illuminate/Support/Collection.php	/^	public function get($key, $default = null)$/;"	f
get	vendor/illuminate/support/Illuminate/Support/Facades/Input.php	/^	public static function get($key = null, $default = null)$/;"	f
get	vendor/illuminate/support/Illuminate/Support/Fluent.php	/^	public function get($key, $default = null)$/;"	f
get	vendor/illuminate/support/Illuminate/Support/MessageBag.php	/^	public function get($key, $format = null)$/;"	f
get	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function &get()$/;"	f
getActualArguments	vendor/mockery/mockery/library/Mockery/Exception/NoMatchingExpectationException.php	/^    public function getActualArguments()$/;"	f
getActualCount	vendor/mockery/mockery/library/Mockery/Exception/InvalidCountException.php	/^    public function getActualCount()$/;"	f
getActualOrder	vendor/mockery/mockery/library/Mockery/Exception/InvalidOrderException.php	/^    public function getActualOrder()$/;"	f
getAddress	src/Way/Tests/DataStore.php	/^    public function getAddress()$/;"	f
getAge	src/Way/Tests/DataStore.php	/^    public function getAge()$/;"	f
getAppViewPath	vendor/illuminate/support/Illuminate/Support/ServiceProvider.php	/^	protected function getAppViewPath($package, $namespace)$/;"	f
getAttributes	vendor/illuminate/support/Illuminate/Support/Fluent.php	/^	public function getAttributes()$/;"	f
getBoolean	src/Way/Tests/DataStore.php	/^    public function getBoolean()$/;"	f
getCity	src/Way/Tests/DataStore.php	/^    public function getCity()$/;"	f
getClassChain	vendor/illuminate/support/Illuminate/Support/ServiceProvider.php	/^	protected function getClassChain(ReflectionClass $reflect)$/;"	f
getClassMap	vendor/composer/ClassLoader.php	/^    public function getClassMap()$/;"	f
getClosure	vendor/illuminate/support/Illuminate/Support/SerializableClosure.php	/^	public function getClosure()$/;"	f
getCode	vendor/illuminate/support/Illuminate/Support/SerializableClosure.php	/^	public function getCode()$/;"	f
getCodeFromFile	vendor/illuminate/support/Illuminate/Support/SerializableClosure.php	/^	protected function getCodeFromFile()$/;"	f
getColumns	src/Way/Tests/Factory.php	/^    public function getColumns($tableName)$/;"	f
getConfiguration	vendor/mockery/mockery/library/Mockery.php	/^    public static function getConfiguration()$/;"	f
getContainer	vendor/mockery/mockery/library/Mockery.php	/^    public static function getContainer()$/;"	f
getDataType	src/Way/Tests/Factory.php	/^    public function getDataType($col)$/;"	f
getDatetime	src/Way/Tests/DataStore.php	/^    public function getDatetime()$/;"	f
getDirectories	vendor/illuminate/support/Illuminate/Support/ClassLoader.php	/^	public static function getDirectories()$/;"	f
getDrivers	vendor/illuminate/support/Illuminate/Support/Manager.php	/^	public function getDrivers()$/;"	f
getEmail	src/Way/Tests/DataStore.php	/^    public function getEmail()$/;"	f
getExpectationCount	vendor/mockery/mockery/library/Mockery/ExpectationDirector.php	/^    public function getExpectationCount()$/;"	f
getExpectations	vendor/mockery/mockery/library/Mockery/ExpectationDirector.php	/^    public function getExpectations()$/;"	f
getExpectedCount	vendor/mockery/mockery/library/Mockery/Exception/InvalidCountException.php	/^    public function getExpectedCount()$/;"	f
getExpectedCountComparative	vendor/mockery/mockery/library/Mockery/Exception/InvalidCountException.php	/^    public function getExpectedCountComparative()$/;"	f
getExpectedOrder	vendor/mockery/mockery/library/Mockery/Exception/InvalidOrderException.php	/^    public function getExpectedOrder()$/;"	f
getFacadeAccessor	vendor/illuminate/support/Illuminate/Support/Facades/App.php	/^	protected static function getFacadeAccessor() { return 'app'; }$/;"	f
getFacadeAccessor	vendor/illuminate/support/Illuminate/Support/Facades/Artisan.php	/^	protected static function getFacadeAccessor() { return 'artisan'; }$/;"	f
getFacadeAccessor	vendor/illuminate/support/Illuminate/Support/Facades/Auth.php	/^	protected static function getFacadeAccessor() { return 'auth'; }$/;"	f
getFacadeAccessor	vendor/illuminate/support/Illuminate/Support/Facades/Blade.php	/^	protected static function getFacadeAccessor()$/;"	f
getFacadeAccessor	vendor/illuminate/support/Illuminate/Support/Facades/Cache.php	/^	protected static function getFacadeAccessor() { return 'cache'; }$/;"	f
getFacadeAccessor	vendor/illuminate/support/Illuminate/Support/Facades/Config.php	/^	protected static function getFacadeAccessor() { return 'config'; }$/;"	f
getFacadeAccessor	vendor/illuminate/support/Illuminate/Support/Facades/Cookie.php	/^	protected static function getFacadeAccessor() { return 'cookie'; }$/;"	f
getFacadeAccessor	vendor/illuminate/support/Illuminate/Support/Facades/Crypt.php	/^	protected static function getFacadeAccessor() { return 'encrypter'; }$/;"	f
getFacadeAccessor	vendor/illuminate/support/Illuminate/Support/Facades/DB.php	/^	protected static function getFacadeAccessor() { return 'db'; }$/;"	f
getFacadeAccessor	vendor/illuminate/support/Illuminate/Support/Facades/Event.php	/^	protected static function getFacadeAccessor() { return 'events'; }$/;"	f
getFacadeAccessor	vendor/illuminate/support/Illuminate/Support/Facades/Facade.php	/^	protected static function getFacadeAccessor()$/;"	f
getFacadeAccessor	vendor/illuminate/support/Illuminate/Support/Facades/File.php	/^	protected static function getFacadeAccessor() { return 'files'; }$/;"	f
getFacadeAccessor	vendor/illuminate/support/Illuminate/Support/Facades/Form.php	/^	protected static function getFacadeAccessor() { return 'form'; }$/;"	f
getFacadeAccessor	vendor/illuminate/support/Illuminate/Support/Facades/Hash.php	/^	protected static function getFacadeAccessor() { return 'hash'; }$/;"	f
getFacadeAccessor	vendor/illuminate/support/Illuminate/Support/Facades/Html.php	/^	protected static function getFacadeAccessor() { return 'html'; }$/;"	f
getFacadeAccessor	vendor/illuminate/support/Illuminate/Support/Facades/Input.php	/^	protected static function getFacadeAccessor() { return 'request'; }$/;"	f
getFacadeAccessor	vendor/illuminate/support/Illuminate/Support/Facades/Lang.php	/^	protected static function getFacadeAccessor() { return 'translator'; }$/;"	f
getFacadeAccessor	vendor/illuminate/support/Illuminate/Support/Facades/Log.php	/^	protected static function getFacadeAccessor() { return 'log'; }$/;"	f
getFacadeAccessor	vendor/illuminate/support/Illuminate/Support/Facades/Mail.php	/^	protected static function getFacadeAccessor() { return 'mailer'; }$/;"	f
getFacadeAccessor	vendor/illuminate/support/Illuminate/Support/Facades/Paginator.php	/^	protected static function getFacadeAccessor() { return 'paginator'; }$/;"	f
getFacadeAccessor	vendor/illuminate/support/Illuminate/Support/Facades/Password.php	/^	protected static function getFacadeAccessor() { return 'auth.reminder'; }$/;"	f
getFacadeAccessor	vendor/illuminate/support/Illuminate/Support/Facades/Queue.php	/^	protected static function getFacadeAccessor() { return 'queue'; }$/;"	f
getFacadeAccessor	vendor/illuminate/support/Illuminate/Support/Facades/Redirect.php	/^	protected static function getFacadeAccessor() { return 'redirect'; }$/;"	f
getFacadeAccessor	vendor/illuminate/support/Illuminate/Support/Facades/Redis.php	/^	protected static function getFacadeAccessor() { return 'redis'; }$/;"	f
getFacadeAccessor	vendor/illuminate/support/Illuminate/Support/Facades/Request.php	/^	protected static function getFacadeAccessor() { return 'request'; }$/;"	f
getFacadeAccessor	vendor/illuminate/support/Illuminate/Support/Facades/Route.php	/^	protected static function getFacadeAccessor() { return 'router'; }$/;"	f
getFacadeAccessor	vendor/illuminate/support/Illuminate/Support/Facades/Schema.php	/^	protected static function getFacadeAccessor()$/;"	f
getFacadeAccessor	vendor/illuminate/support/Illuminate/Support/Facades/Session.php	/^	protected static function getFacadeAccessor() { return 'session'; }$/;"	f
getFacadeAccessor	vendor/illuminate/support/Illuminate/Support/Facades/URL.php	/^	protected static function getFacadeAccessor() { return 'url'; }$/;"	f
getFacadeAccessor	vendor/illuminate/support/Illuminate/Support/Facades/Validator.php	/^	protected static function getFacadeAccessor() { return 'validator'; }$/;"	f
getFacadeAccessor	vendor/illuminate/support/Illuminate/Support/Facades/View.php	/^	protected static function getFacadeAccessor() { return 'view'; }$/;"	f
getFacadeApplication	vendor/illuminate/support/Illuminate/Support/Facades/Facade.php	/^	public static function getFacadeApplication()$/;"	f
getFacadeRoot	vendor/illuminate/support/Illuminate/Support/Facades/Facade.php	/^	public static function getFacadeRoot()$/;"	f
getFakeMethodName	src/Way/Tests/Factory.php	/^    protected function getFakeMethodName($field, $col)$/;"	f
getFallbackDirs	vendor/composer/ClassLoader.php	/^    public function getFallbackDirs()$/;"	f
getFile	vendor/illuminate/support/Illuminate/Support/SerializableClosure.php	/^	protected function getFile()$/;"	f
getFileExtension	vendor/mockery/mockery/library/Mockery/Loader.php	/^    public function getFileExtension()$/;"	f
getFormat	vendor/illuminate/support/Illuminate/Support/MessageBag.php	/^	public function getFormat()$/;"	f
getFullPath	vendor/mockery/mockery/library/Mockery/Loader.php	/^	private function getFullPath($fileName)$/;"	f
getIncludePath	vendor/mockery/mockery/library/Mockery/Loader.php	/^    public function getIncludePath()$/;"	f
getInstance	src/Way/Tests/TestFacade.php	/^    public static function getInstance()$/;"	f
getInteger	src/Way/Tests/DataStore.php	/^    public function getInteger()$/;"	f
getInternalClassMethodParamMap	vendor/mockery/mockery/library/Mockery/Configuration.php	/^    public function getInternalClassMethodParamMap($class, $method)$/;"	f
getIterator	vendor/illuminate/support/Illuminate/Support/Collection.php	/^	public function getIterator()$/;"	f
getIterator	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function getIterator()$/;"	f
getLoader	vendor/composer/autoload_real.php	/^    public static function getLoader()$/;"	f
getMessageBag	vendor/illuminate/support/Illuminate/Support/Contracts/MessageProviderInterface.php	/^	public function getMessageBag();$/;"	f
getMessageBag	vendor/illuminate/support/Illuminate/Support/MessageBag.php	/^	public function getMessageBag()$/;"	f
getMessages	vendor/illuminate/support/Illuminate/Support/MessageBag.php	/^	public function getMessages()$/;"	f
getMethod	src/Way/Tests/Assert.php	/^    protected function getMethod($methodName)$/;"	f
getMethod	src/Way/Tests/Should.php	/^    protected function getMethod($methodName)$/;"	f
getMethod	src/Way/Tests/TestFacade.php	/^    abstract protected function getMethod($methodName);$/;"	f
getMethodName	vendor/mockery/mockery/library/Mockery/Exception/InvalidCountException.php	/^    public function getMethodName()$/;"	f
getMethodName	vendor/mockery/mockery/library/Mockery/Exception/InvalidOrderException.php	/^    public function getMethodName()$/;"	f
getMethodName	vendor/mockery/mockery/library/Mockery/Exception/NoMatchingExpectationException.php	/^    public function getMethodName()$/;"	f
getMock	vendor/mockery/mockery/library/Mockery/CompositeExpectation.php	/^    public function getMock()$/;"	f
getMock	vendor/mockery/mockery/library/Mockery/Exception/InvalidCountException.php	/^    public function getMock()$/;"	f
getMock	vendor/mockery/mockery/library/Mockery/Exception/InvalidOrderException.php	/^    public function getMock()$/;"	f
getMock	vendor/mockery/mockery/library/Mockery/Exception/NoMatchingExpectationException.php	/^    public function getMock()$/;"	f
getMock	vendor/mockery/mockery/library/Mockery/Expectation.php	/^    public function getMock()$/;"	f
getMockName	vendor/mockery/mockery/library/Mockery/Exception/InvalidCountException.php	/^    public function getMockName()$/;"	f
getMockName	vendor/mockery/mockery/library/Mockery/Exception/InvalidOrderException.php	/^    public function getMockName()$/;"	f
getMockName	vendor/mockery/mockery/library/Mockery/Exception/NoMatchingExpectationException.php	/^    public function getMockName()$/;"	f
getMockableClass	vendor/illuminate/support/Illuminate/Support/Facades/Facade.php	/^	protected static function getMockableClass()$/;"	f
getName	src/Way/Tests/DataStore.php	/^    public function getName()$/;"	f
getNamespaceSeparator	vendor/mockery/mockery/library/Mockery/Loader.php	/^    public function getNamespaceSeparator()$/;"	f
getOrderNumber	vendor/mockery/mockery/library/Mockery/CompositeExpectation.php	/^    public function getOrderNumber()$/;"	f
getOrderNumber	vendor/mockery/mockery/library/Mockery/Expectation.php	/^    public function getOrderNumber()$/;"	f
getPackageNamespace	vendor/illuminate/support/Illuminate/Support/ServiceProvider.php	/^	protected function getPackageNamespace($package, $namespace)$/;"	f
getParam1	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function getParam1() { return $this->param1; }$/;"	f
getPhone	src/Way/Tests/DataStore.php	/^    public function getPhone()$/;"	f
getPrefixes	vendor/composer/ClassLoader.php	/^    public function getPrefixes()$/;"	f
getState	src/Way/Tests/DataStore.php	/^    public function getState()$/;"	f
getStreet	src/Way/Tests/DataStore.php	/^    public function getStreet()$/;"	f
getStreetExtension	src/Way/Tests/DataStore.php	/^    public function getStreetExtension()$/;"	f
getString	src/Way/Tests/DataStore.php	/^    public function getString()$/;"	f
getText	src/Way/Tests/DataStore.php	/^    public function getText()$/;"	f
getUseClauseVariables	vendor/illuminate/support/Illuminate/Support/SerializableClosure.php	/^	protected function getUseClauseVariables()$/;"	f
getUseIncludePath	vendor/composer/ClassLoader.php	/^    public function getUseIncludePath()$/;"	f
getUseIndex	vendor/illuminate/support/Illuminate/Support/SerializableClosure.php	/^	protected function getUseIndex()$/;"	f
getVariables	vendor/illuminate/support/Illuminate/Support/SerializableClosure.php	/^	public function getVariables()$/;"	f
getWebsite	src/Way/Tests/DataStore.php	/^    public function getWebsite()$/;"	f
getZip	src/Way/Tests/DataStore.php	/^    public function getZip()$/;"	f
getters	vendor/mockery/mockery/library/Mockery.php	/^        $getters = array();$/;"	v
globally	vendor/mockery/mockery/library/Mockery/Expectation.php	/^    public function globally()$/;"	f
group	vendor/illuminate/support/Illuminate/Support/NamespacedItemResolver.php	/^		$group = $segments[0];$/;"	v
groupAndItem	vendor/illuminate/support/Illuminate/Support/NamespacedItemResolver.php	/^		$groupAndItem = array_slice($this->parseBasicSegments($itemSegments), 1);$/;"	v
groups	vendor/mockery/mockery/library/Mockery/Expectation.php	/^        $groups = $ordering->mockery_getGroups();$/;"	v
guessPackagePath	vendor/illuminate/support/Illuminate/Support/ServiceProvider.php	/^	public function guessPackagePath()$/;"	f
handler	vendor/mockery/mockery/library/Mockery/Mock.php	/^            $handler = $this->_mockery_expectations[$method];$/;"	v
has	vendor/illuminate/support/Illuminate/Support/Collection.php	/^	public function has($key)$/;"	f
has	vendor/illuminate/support/Illuminate/Support/MessageBag.php	/^	public function has($key = null)$/;"	f
hasBookmarksTagged	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function hasBookmarksTagged($tag){}$/;"	f
hasFinalMethods	vendor/mockery/mockery/library/Mockery/Generator.php	/^                $hasFinalMethods = true;$/;"	v
hasFinalMethods	vendor/mockery/mockery/library/Mockery/Generator.php	/^        $hasFinalMethods = false;$/;"	v
hasForeignKey	src/Way/Tests/Factory.php	/^    protected function hasForeignKey($field)$/;"	f
hasKey	vendor/mockery/mockery/library/Mockery.php	/^    public static function hasKey($key)$/;"	f
hasObjects	vendor/mockery/mockery/library/Mockery.php	/^                    $hasObjects = true;$/;"	v
hasObjects	vendor/mockery/mockery/library/Mockery.php	/^        $hasObjects = false;$/;"	v
hasValue	vendor/mockery/mockery/library/Mockery.php	/^    public static function hasValue($val)$/;"	f
head	vendor/illuminate/support/Illuminate/Support/helpers.php	/^	function head($array)$/;"	f
i	vendor/mockery/mockery/library/Mockery/Generator.php	/^            foreach ($classData as $i => $data) {$/;"	v
i	vendor/mockery/mockery/library/Mockery/Generator.php	/^        foreach ($classData as $i=>$data) {$/;"	v
i	vendor/mockery/mockery/library/Mockery/Generator.php	/^        foreach ($params as $i => $param) {$/;"	v
i	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public $i = 0;$/;"	v
iDoSomethingReallyCoolHere	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function iDoSomethingReallyCoolHere()$/;"	f
in	vendor/composer/ClassLoader.php	/^ * In this example, if you try to use a class in the Symfony\\Component$/;"	c
includePath	vendor/mockery/mockery/library/Mockery/Loader.php	/^    public function __construct($ns = 'Mockery', $includePath = null)$/;"	v
index	vendor/mockery/mockery/library/Mockery/Container.php	/^        $index = count($mocks) - 1;$/;"	v
inflect	vendor/illuminate/support/Illuminate/Support/Pluralizer.php	/^	protected static function inflect($value, $source, $irregular)$/;"	f
inheritance	vendor/mockery/mockery/library/Mockery/Generator.php	/^                $inheritance = ' extends ' . $data['className'] . ' implements \\Mockery\\MockInterface';$/;"	v
inheritance	vendor/mockery/mockery/library/Mockery/Generator.php	/^                $inheritance = ' extends ' . $data['className'];$/;"	v
inheritance	vendor/mockery/mockery/library/Mockery/Generator.php	/^            if (strlen($classNameInherited) > 0) $inheritance = ' extends ' . $classNameInherited;$/;"	v
inheritance	vendor/mockery/mockery/library/Mockery/Generator.php	/^        $inheritance = '';$/;"	v
instance	src/Way/Tests/Factory.php	/^        $instance = new static;$/;"	v
instance	src/Way/Tests/Factory.php	/^        $instance = static::make($class, $columns);$/;"	v
instance	src/Way/Tests/TestFacade.php	/^        $instance = static::getInstance();$/;"	v
instance	src/Way/Tests/TestFacade.php	/^    protected static $instance = array();$/;"	v
instance	vendor/illuminate/support/Illuminate/Support/Facades/Facade.php	/^		$instance = static::resolveFacadeInstance(static::getFacadeAccessor());$/;"	v
instance	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^        $instance = new \\MyNamespace\\MyClass5;$/;"	v
instance	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^        $instance = new \\MyNamespace\\MyClass6;$/;"	v
instance	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^        $instance = new \\MyNamespace\\MyClass8;$/;"	v
instance1	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^        $instance1 = new \\MyNamespace\\MyClass10;$/;"	v
instance1	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^        $instance1 = new \\MyNamespace\\MyClass9;$/;"	v
instance2	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^        $instance2 = new \\MyNamespace\\MyClass10;$/;"	v
instance2	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^        $instance2 = new \\MyNamespace\\MyClass9;$/;"	v
instanceMock	vendor/mockery/mockery/library/Mockery.php	/^    public static function instanceMock()$/;"	f
instanceMock	vendor/mockery/mockery/library/Mockery/Container.php	/^    public function instanceMock()$/;"	f
interfaceInheritance	vendor/mockery/mockery/library/Mockery/Generator.php	/^        $interfaceInheritance = array();$/;"	v
interfaces	vendor/mockery/mockery/library/Mockery/Container.php	/^                $interfaces = explode(',', str_replace(' ', '', $arg));$/;"	v
irregular	vendor/illuminate/support/Illuminate/Support/Pluralizer.php	/^		$irregular = array_flip(static::$irregular);$/;"	v
irregular	vendor/illuminate/support/Illuminate/Support/Pluralizer.php	/^		foreach ($irregular as $irregular => $pattern)$/;"	v
irregular	vendor/illuminate/support/Illuminate/Support/Pluralizer.php	/^	protected static $irregular = array($/;"	v
is	vendor/composer/ClassLoader.php	/^     * Finds the path to the file where the class is defined.$/;"	c
is	vendor/composer/ClassLoader.php	/^ * This class is loosely based on the Symfony UniversalClassLoader.$/;"	c
is	vendor/illuminate/support/Illuminate/Support/Facades/Route.php	/^	public static function is($name)$/;"	f
is	vendor/illuminate/support/Illuminate/Support/Str.php	/^	public static function is($pattern, $value)$/;"	f
is	vendor/mockery/mockery/library/Mockery/Mock.php	/^     * We want to avoid constructors since class is copied to Generator.php$/;"	c
is	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^     * Noted: We could complicate internally, but a blind class is better built$/;"	c
isAnAlias	src/Way/Tests/TestFacade.php	/^    protected function isAnAlias($methodName)$/;"	f
isCallCountConstrained	vendor/mockery/mockery/library/Mockery/Expectation.php	/^    public function isCallCountConstrained()$/;"	f
isDeferred	vendor/illuminate/support/Illuminate/Support/ServiceProvider.php	/^	public function isDeferred()$/;"	f
isEligible	vendor/mockery/mockery/library/Mockery/CountValidator/AtLeast.php	/^    public function isEligible($n)$/;"	f
isEligible	vendor/mockery/mockery/library/Mockery/CountValidator/CountValidatorAbstract.php	/^    public function isEligible($n)$/;"	f
isEligible	vendor/mockery/mockery/library/Mockery/Expectation.php	/^    public function isEligible()$/;"	f
isEmpty	vendor/illuminate/support/Illuminate/Support/Collection.php	/^	public function isEmpty()$/;"	f
isMock	vendor/illuminate/support/Illuminate/Support/Facades/Facade.php	/^	protected static function isMock()$/;"	f
isNamespaced	src/Way/Tests/Factory.php	/^    protected function isNamespaced($class)$/;"	f
isSaving	src/Way/Tests/Factory.php	/^    protected static $isSaving = false;$/;"	v
isUnique	vendor/illuminate/support/Illuminate/Support/MessageBag.php	/^	protected function isUnique($key, $message)$/;"	f
item	vendor/illuminate/support/Illuminate/Support/NamespacedItemResolver.php	/^			$item = implode('.', array_slice($segments, 1));$/;"	v
itemSegments	vendor/illuminate/support/Illuminate/Support/NamespacedItemResolver.php	/^		$itemSegments = explode('.', $item);$/;"	v
items	vendor/illuminate/support/Illuminate/Support/Collection.php	/^		$this->items = $items;$/;"	v
items	vendor/illuminate/support/Illuminate/Support/Collection.php	/^		$this->items = $results;$/;"	v
items	vendor/illuminate/support/Illuminate/Support/Collection.php	/^		$this->items = array_filter($this->items, $callback);$/;"	v
items	vendor/illuminate/support/Illuminate/Support/Collection.php	/^		$this->items = array_values($this->items);$/;"	v
items	vendor/illuminate/support/Illuminate/Support/Collection.php	/^	protected $items = array();$/;"	v
items	vendor/illuminate/support/Illuminate/Support/Collection.php	/^	public function __construct(array $items = array())$/;"	v
iterator	vendor/mockery/mockery/library/Mockery/Generator.php	/^                        $classData[] = $iterator = self::_analyseClass($/;"	v
iterator	vendor/mockery/mockery/library/Mockery/Generator.php	/^                $classData[] = $iterator = self::_analyseClass($/;"	v
json	vendor/illuminate/support/Illuminate/Support/Facades/Response.php	/^	public static function json($data = array(), $status = 200, array $headers = array())$/;"	f
k	vendor/mockery/mockery/library/Mockery.php	/^                foreach($arg as $k=>$v) {$/;"	v
k	vendor/mockery/mockery/library/Mockery/Matcher/Subset.php	/^        foreach ($this->_expected as $k=>$v) {$/;"	v
key	src/Way/Tests/Factory.php	/^        foreach($columns as $key => $col)$/;"	v
key	vendor/illuminate/support/Illuminate/Support/Collection.php	/^		foreach ($this->items as $key => $value)$/;"	v
key	vendor/illuminate/support/Illuminate/Support/Fluent.php	/^		foreach ($attributes as $key => $value)$/;"	v
key	vendor/illuminate/support/Illuminate/Support/MessageBag.php	/^		foreach ($messages as $key => $value)$/;"	v
key	vendor/illuminate/support/Illuminate/Support/MessageBag.php	/^		foreach ($messages as $key => &$message)$/;"	v
key	vendor/illuminate/support/Illuminate/Support/MessageBag.php	/^		foreach ($this->messages as $key => $messages)$/;"	v
key	vendor/illuminate/support/Illuminate/Support/helpers.php	/^			$key = array_shift($keys);$/;"	v
key	vendor/illuminate/support/Illuminate/Support/helpers.php	/^		foreach ($array as $key => $value)$/;"	v
key	vendor/mockery/mockery/library/Mockery.php	/^        foreach ($arg as $key => $value) {$/;"	v
key	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function key(){}$/;"	f
keys	vendor/illuminate/support/Illuminate/Support/helpers.php	/^		$keys = explode('.', $key);$/;"	v
lang	vendor/illuminate/support/Illuminate/Support/ServiceProvider.php	/^		$lang = $path.'\/lang';$/;"	v
last	vendor/illuminate/support/Illuminate/Support/Collection.php	/^	public function last()$/;"	f
last	vendor/illuminate/support/Illuminate/Support/helpers.php	/^	function last($array)$/;"	f
last	vendor/mockery/mockery/library/Mockery/ExpectationDirector.php	/^        $last = end($this->_expectations);$/;"	v
lastExpectation	vendor/mockery/mockery/library/Mockery/Mock.php	/^        $lastExpectation = \\Mockery::parseShouldReturnArgs($/;"	v
lastName	vendor/illuminate/support/Illuminate/Support/ServiceProvider.php	/^		$lastName = null;$/;"	v
library	vendor/mockery/mockery/tests/Bootstrap.php	/^$library = "$root\/library";$/;"	v
limit	vendor/illuminate/support/Illuminate/Support/Str.php	/^	public static function limit($value, $limit = 100, $end = '...')$/;"	f
limit	vendor/illuminate/support/Illuminate/Support/Str.php	/^	public static function limit($value, $limit = 100, $end = '...')$/;"	v
link_to	vendor/illuminate/support/Illuminate/Support/helpers.php	/^	function link_to($url, $title = null, $attributes = array(), $secure = null)$/;"	f
link_to_action	vendor/illuminate/support/Illuminate/Support/helpers.php	/^	function link_to_action($action, $title = null, $parameters = array(), $attributes = array())$/;"	f
link_to_asset	vendor/illuminate/support/Illuminate/Support/helpers.php	/^	function link_to_asset($url, $title = null, $attributes = array(), $secure = null)$/;"	f
link_to_route	vendor/illuminate/support/Illuminate/Support/helpers.php	/^	function link_to_route($name, $title = null, $parameters = array(), $attributes = array())$/;"	f
load	vendor/illuminate/support/Illuminate/Support/ClassLoader.php	/^	public static function load($class)$/;"	f
loadClass	vendor/composer/ClassLoader.php	/^    public function loadClass($class)$/;"	f
loadClass	vendor/mockery/mockery/library/Mockery/Loader.php	/^    public function loadClass($className)$/;"	f
loadClassLoader	vendor/composer/autoload_real.php	/^    public static function loadClassLoader($class)$/;"	f
loader	vendor/composer/ClassLoader.php	/^ *     $loader = new \\Composer\\Autoload\\ClassLoader();$/;"	v
loader	vendor/composer/ClassLoader.php	/^ * ClassLoader implements a PSR-0 class loader$/;"	c
loader	vendor/composer/autoload_real.php	/^        self::$loader = $loader = new \\Composer\\Autoload\\ClassLoader();$/;"	v
loader	vendor/composer/autoload_real.php	/^    private static $loader;$/;"	v
loader	vendor/illuminate/support/Illuminate/Support/ClassLoader.php	/^	 * Add directories to the class loader.$/;"	c
loader	vendor/illuminate/support/Illuminate/Support/ClassLoader.php	/^	 * Register the given class loader on the auto-loader stack.$/;"	c
loader	vendor/illuminate/support/Illuminate/Support/ClassLoader.php	/^	 * Remove directories from the class loader.$/;"	c
loader	vendor/mockery/mockery/examples/starship/Bootstrap.php	/^$loader = new \\Mockery\\Loader;$/;"	v
loader	vendor/mockery/mockery/library/Mockery/Loader.php	/^     * Gets the namespace seperator used by classes in the namespace of this class loader.$/;"	c
loader	vendor/mockery/mockery/library/Mockery/Loader.php	/^     * Installs this class loader on the SPL autoload stack.$/;"	c
loader	vendor/mockery/mockery/library/Mockery/Loader.php	/^     * Sets the namespace separator used by classes in the namespace of this class loader.$/;"	c
loader	vendor/mockery/mockery/library/Mockery/Loader.php	/^     * Uninstalls this class loader from the SPL autoloader stack.$/;"	c
loader	vendor/mockery/mockery/tests/Mockery/LoaderTest.php	/^        $loader = new \\Mockery\\Loader;$/;"	v
login	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function login($user, $pass){}$/;"	f
lower	vendor/illuminate/support/Illuminate/Support/Str.php	/^	public static function lower($value)$/;"	f
m	vendor/mockery/mockery/tests/Mockery/AdhocTest.php	/^        $m = $this->container->mock('ABC_IDontExist');$/;"	v
m	vendor/mockery/mockery/tests/Mockery/AdhocTest.php	/^        $m = $this->container->mock('MockeryTest_NameOfAbstract');$/;"	v
m	vendor/mockery/mockery/tests/Mockery/AdhocTest.php	/^        $m = $this->container->mock('MockeryTest_NameOfExistingClass');$/;"	v
m	vendor/mockery/mockery/tests/Mockery/AdhocTest.php	/^        $m = $this->container->mock('MockeryTest_NameOfInterface');$/;"	v
m	vendor/mockery/mockery/tests/Mockery/AdhocTest.php	/^        $m = $this->container->mock('SplFileInfo');$/;"	v
m	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^        $m = $this->container->mock("MockeryTest_ClassConstructor2", array($param1 = new stdClass()));$/;"	v
m	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^        $m = $this->container->mock("MockeryTest_ClassConstructor2[foo]", array($param1 = new stdClass()));$/;"	v
m	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^        $m = $this->container->mock($/;"	v
m	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^        $m = $this->container->mock('DoesNotExist, MockeryTest_Interface2');$/;"	v
m	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^        $m = $this->container->mock('Foo');$/;"	v
m	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^        $m = $this->container->mock('Foo', array('foo'=>1,'bar'=>2));$/;"	v
m	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^        $m = $this->container->mock('MockeryFoo3');$/;"	v
m	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^        $m = $this->container->mock('MockeryFoo4');$/;"	v
m	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^        $m = $this->container->mock('MockeryFoo4[bar]');$/;"	v
m	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^        $m = $this->container->mock('MockeryFoo4[foo]');$/;"	v
m	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^        $m = $this->container->mock('MockeryTestFoo');$/;"	v
m	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^        $m = $this->container->mock('MockeryTestFoo, MockeryTest_Interface1, MockeryTest_Interface2');$/;"	v
m	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^        $m = $this->container->mock('MockeryTestRef1');$/;"	v
m	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^        $m = $this->container->mock('MockeryTest_AbstractWithAbstractMethod');$/;"	v
m	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^        $m = $this->container->mock('MockeryTest_AbstractWithAbstractPublicMethod');$/;"	v
m	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^        $m = $this->container->mock('MockeryTest_Call1');$/;"	v
m	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^        $m = $this->container->mock('MockeryTest_Call2');$/;"	v
m	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^        $m = $this->container->mock('MockeryTest_ClassConstructor');$/;"	v
m	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^        $m = $this->container->mock('MockeryTest_ClassConstructor2');$/;"	v
m	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^        $m = $this->container->mock('MockeryTest_Interface');$/;"	v
m	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^        $m = $this->container->mock('MockeryTest_Interface1, MockeryTest_Interface2');$/;"	v
m	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^        $m = $this->container->mock('MockeryTest_InterfaceWithAbstractMethod');$/;"	v
m	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^        $m = $this->container->mock('MockeryTest_InterfaceWithPublicStaticMethod');$/;"	v
m	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^        $m = $this->container->mock('MockeryTest_IssetMethod');$/;"	v
m	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^        $m = $this->container->mock('MockeryTest_PartialAbstractClass2[foo,baz]');$/;"	v
m	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^        $m = $this->container->mock('MockeryTest_PartialAbstractClass[foo]');$/;"	v
m	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^        $m = $this->container->mock('MockeryTest_PartialNormalClass2[foo, baz]');$/;"	v
m	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^        $m = $this->container->mock('MockeryTest_PartialNormalClassXYZ[foo]');$/;"	v
m	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^        $m = $this->container->mock('MockeryTest_PartialNormalClass[foo]');$/;"	v
m	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^        $m = $this->container->mock('MockeryTest_TestInheritedType');$/;"	v
m	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^        $m = $this->container->mock('MockeryTest_UnsetMethod');$/;"	v
m	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^        $m = $this->container->mock('MockeryTest_Wakeup1');$/;"	v
m	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^        $m = $this->container->mock('MockeryTest_WithToString'); \/\/ this would fatal$/;"	v
m	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^        $m = $this->container->mock('MongoCollection');$/;"	v
m	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^        $m = $this->container->mock('Redis');$/;"	v
m	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^        $m = $this->container->mock('SplFileInfo');$/;"	v
m	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^        $m = $this->container->mock('\\\\SplFixedArray');$/;"	v
m	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^        $m = $this->container->mock('alias:MyNamespace\\MyClass');$/;"	v
m	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^        $m = $this->container->mock('alias:MyNamespace\\MyClass2');$/;"	v
m	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^        $m = $this->container->mock('alias:MyNamespace\\MyClass3');$/;"	v
m	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^        $m = $this->container->mock('alias:MyNamespace\\StaticNoMethod');$/;"	v
m	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^        $m = $this->container->mock('foo', function($m) {$/;"	v
m	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^        $m = $this->container->mock('overload:MyNamespace\\MyClass10');$/;"	v
m	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^        $m = $this->container->mock('overload:MyNamespace\\MyClass4');$/;"	v
m	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^        $m = $this->container->mock('overload:MyNamespace\\MyClass5');$/;"	v
m	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^        $m = $this->container->mock('overload:MyNamespace\\MyClass6');$/;"	v
m	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^        $m = $this->container->mock('overload:MyNamespace\\MyClass7');$/;"	v
m	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^        $m = $this->container->mock('overload:MyNamespace\\MyClass8');$/;"	v
m	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^        $m = $this->container->mock('overload:MyNamespace\\MyClass9');$/;"	v
m	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^        $m = $this->container->mock('stdClass');$/;"	v
m	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^        $m = $this->container->mock();$/;"	v
m	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^        $m = $this->container->mock(array('foo'=>1,'bar'=>2));$/;"	v
m	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^        $m = $this->container->mock(new MockeryFoo3);$/;"	v
m	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^        $m = $this->container->mock(new MockeryFoo4);$/;"	v
m	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^        $m = $this->container->mock(new MockeryTestBar1, array('foo'=>1, \\Mockery\\Container::BLOCKS => array('method1')));$/;"	v
m	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^        $m = $this->container->mock(new MockeryTestFoo);$/;"	v
m	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^        $m = $this->container->mock(new MockeryTestFoo2);$/;"	v
m	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^        $m = $this->container->mock(new MockeryTest_ExistingProperty);$/;"	v
m	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^        $m = $this->container->mock(new stdClass);$/;"	v
m	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^        $m = \\Mockery::mock('Gateway');$/;"	v
m	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^        $m = \\Mockery::mock('StdClass')$/;"	v
m	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^        $m = \\Mockery::mock(new Gateway);$/;"	v
m	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^        $m = \\Mockery::mock(new MockeryTest_MethodParamRef);$/;"	v
m	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^        $m = \\Mockery::mock(new MockeryTest_MethodParamRef2);$/;"	v
m	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^        $m = new SoCool();$/;"	v
m	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^        $m = $this->container->mock('f')->shouldReceive('foo')->with(1)->andReturn(3)->mock();$/;"	v
m	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^        $m = $this->mock->shouldReceive('mid')->ordered('foobar');$/;"	v
m	vendor/mockery/mockery/tests/Mockery/MockTest.php	/^        $m = $this->container->mock();$/;"	v
macro	vendor/illuminate/support/Illuminate/Support/Str.php	/^	public static function macro($name, $macro)$/;"	f
macros	vendor/illuminate/support/Illuminate/Support/Str.php	/^	protected static $macros = array();$/;"	v
make	src/Way/Tests/Factory.php	/^    public static function make($class, $columns = array())$/;"	f
make	vendor/illuminate/support/Illuminate/Support/Facades/Response.php	/^	public static function make($content = '', $status = 200, array $headers = array())$/;"	f
makeExpectationDefault	vendor/mockery/mockery/library/Mockery/ExpectationDirector.php	/^    public function makeExpectationDefault(\\Mockery\\Expectation $expectation)$/;"	f
makeInstanceMock	vendor/mockery/mockery/library/Mockery/Container.php	/^                $makeInstanceMock = true;$/;"	v
makeInstanceMock	vendor/mockery/mockery/library/Mockery/Container.php	/^        $makeInstanceMock = false;$/;"	v
makeInstanceMock	vendor/mockery/mockery/library/Mockery/Generator.php	/^    public static function _getStandardMethods($callTypehint = true, $makeInstanceMock = false)$/;"	v
makePartial	vendor/mockery/mockery/library/Mockery/Generator.php	/^    public function makePartial()$/;"	f
makePartial	vendor/mockery/mockery/library/Mockery/Mock.php	/^    public function makePartial()$/;"	f
map	vendor/composer/autoload_real.php	/^        $map = require __DIR__ . '\/autoload_namespaces.php';$/;"	v
map	vendor/illuminate/support/Illuminate/Support/Collection.php	/^	public function map(Closure $callback)$/;"	f
match	vendor/mockery/mockery/library/Mockery/Matcher/Any.php	/^    public function match(&$actual)$/;"	f
match	vendor/mockery/mockery/library/Mockery/Matcher/AnyOf.php	/^    public function match(&$actual)$/;"	f
match	vendor/mockery/mockery/library/Mockery/Matcher/Closure.php	/^    public function match(&$actual)$/;"	f
match	vendor/mockery/mockery/library/Mockery/Matcher/Contains.php	/^                    $match = true;$/;"	v
match	vendor/mockery/mockery/library/Mockery/Matcher/Contains.php	/^            $match = false;$/;"	v
match	vendor/mockery/mockery/library/Mockery/Matcher/Contains.php	/^    public function match(&$actual)$/;"	f
match	vendor/mockery/mockery/library/Mockery/Matcher/Ducktype.php	/^    public function match(&$actual)$/;"	f
match	vendor/mockery/mockery/library/Mockery/Matcher/HasKey.php	/^    public function match(&$actual)$/;"	f
match	vendor/mockery/mockery/library/Mockery/Matcher/HasValue.php	/^    public function match(&$actual)$/;"	f
match	vendor/mockery/mockery/library/Mockery/Matcher/MatcherAbstract.php	/^    public abstract function match(&$actual);$/;"	f
match	vendor/mockery/mockery/library/Mockery/Matcher/MustBe.php	/^    public function match(&$actual)$/;"	f
match	vendor/mockery/mockery/library/Mockery/Matcher/Not.php	/^    public function match(&$actual)$/;"	f
match	vendor/mockery/mockery/library/Mockery/Matcher/NotAnyOf.php	/^    public function match(&$actual)$/;"	f
match	vendor/mockery/mockery/library/Mockery/Matcher/Subset.php	/^    public function match(&$actual)$/;"	f
match	vendor/mockery/mockery/library/Mockery/Matcher/Type.php	/^    public function match(&$actual)$/;"	f
matchArgs	vendor/mockery/mockery/library/Mockery/Expectation.php	/^    public function matchArgs(array $args)$/;"	f
merge	vendor/illuminate/support/Illuminate/Support/Collection.php	/^	public function merge()$/;"	f
merge	vendor/illuminate/support/Illuminate/Support/MessageBag.php	/^	public function merge(array $messages)$/;"	f
message	src/Way/Tests/ModelHelpers.php	/^        $message = $message ?: "Expected the '$class' class to have method, '$method'.";$/;"	v
message	src/Way/Tests/ModelHelpers.php	/^    public function assertRespondsTo($method, $class, $message = null)$/;"	v
message	vendor/illuminate/support/Illuminate/Support/MessageBag.php	/^			$message = str_replace($replace, array($message, $messageKey), $format);$/;"	v
message	vendor/mockery/mockery/library/Mockery/Expectation.php	/^    public function andThrow($exception, $message = '', $code = 0, \\Exception $previous = null)$/;"	v
messages	vendor/illuminate/support/Illuminate/Support/MessageBag.php	/^		$messages = $this->get($key, $format);$/;"	v
messages	vendor/illuminate/support/Illuminate/Support/MessageBag.php	/^		$messages = (array) $messages;$/;"	v
messages	vendor/illuminate/support/Illuminate/Support/MessageBag.php	/^		$messages = (array) $this->messages;$/;"	v
messages	vendor/illuminate/support/Illuminate/Support/MessageBag.php	/^		$this->messages = array_merge_recursive($this->messages, $messages);$/;"	v
messages	vendor/illuminate/support/Illuminate/Support/MessageBag.php	/^	protected $messages = array();$/;"	v
messages	vendor/illuminate/support/Illuminate/Support/MessageBag.php	/^	public function __construct(array $messages = array())$/;"	v
method	src/Way/Tests/Factory.php	/^        $method = $this->checkForSpecialField($field);$/;"	v
method	src/Way/Tests/Factory.php	/^        $method = $this->getFakeMethodName($name, $col);$/;"	v
method	src/Way/Tests/Factory.php	/^        if (!$method) $method = $this->getDataType($col);$/;"	v
method	vendor/illuminate/support/Illuminate/Support/Manager.php	/^		$method = 'create'.ucfirst($driver).'Driver';$/;"	v
method	vendor/mockery/mockery/library/Mockery.php	/^            $method = array_shift($names);$/;"	v
method	vendor/mockery/mockery/library/Mockery/Configuration.php	/^     * Get the parameter map of an internal PHP class method$/;"	c
method	vendor/mockery/mockery/library/Mockery/Exception/InvalidCountException.php	/^        $this->method = $name;$/;"	v
method	vendor/mockery/mockery/library/Mockery/Exception/InvalidCountException.php	/^    protected $method = null;$/;"	v
method	vendor/mockery/mockery/library/Mockery/Exception/InvalidOrderException.php	/^        $this->method = $name;$/;"	v
method	vendor/mockery/mockery/library/Mockery/Exception/InvalidOrderException.php	/^    protected $method = null;$/;"	v
method	vendor/mockery/mockery/library/Mockery/Exception/NoMatchingExpectationException.php	/^        $this->method = $name;$/;"	v
method	vendor/mockery/mockery/library/Mockery/Exception/NoMatchingExpectationException.php	/^    protected $method = null;$/;"	v
method1	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function method1(&$foo){return true;}$/;"	f
method1	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function method1()$/;"	f
methodName	src/Way/Tests/TestFacade.php	/^        $methodName = $this->getMethod($methodName);$/;"	v
methodParams	vendor/mockery/mockery/library/Mockery/Generator.php	/^        $methodParams = array();$/;"	v
methodParams	vendor/mockery/mockery/library/Mockery/Generator.php	/^        $methodParams = self::_renderPublicMethodParameters($method);$/;"	v
methods	vendor/mockery/mockery/library/Mockery/Generator.php	/^        $methods = $class->getMethods(\\ReflectionMethod::IS_PUBLIC);$/;"	v
mim	vendor/mockery/mockery/library/Mockery/Generator.php	/^            $mim = <<<MOCK$/;"	v
mock	vendor/illuminate/support/Illuminate/Support/Facades/Facade.php	/^			$mock = static::$resolvedInstance[$name];$/;"	v
mock	vendor/illuminate/support/Illuminate/Support/Facades/Facade.php	/^			static::$resolvedInstance[$name] = $mock = \\Mockery::mock(static::getMockableClass($name));$/;"	v
mock	vendor/mockery/mockery/examples/starship/StarshipTest.php	/^        $mock = M::mock('Engineering');$/;"	v
mock	vendor/mockery/mockery/library/Mockery.php	/^                $mock = $container->mock('demeter_' . $method);$/;"	v
mock	vendor/mockery/mockery/library/Mockery.php	/^    public static function mock()$/;"	f
mock	vendor/mockery/mockery/library/Mockery/CompositeExpectation.php	/^    public function mock()$/;"	f
mock	vendor/mockery/mockery/library/Mockery/Container.php	/^            $mock = $this->_getInstance($mockName, $constructorArgs);$/;"	v
mock	vendor/mockery/mockery/library/Mockery/Container.php	/^            $mock = $this->_getInstance($name, $constructorArgs);$/;"	v
mock	vendor/mockery/mockery/library/Mockery/Container.php	/^            $mock = new \\Mockery\\Mock();$/;"	v
mock	vendor/mockery/mockery/library/Mockery/Container.php	/^    public function mock()$/;"	f
mock	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^        $mock = $this->container->mock("BlahBlah");$/;"	v
mock	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^        $mock = $this->container->mock("MyClasses\\Blah\\BlahBlah");$/;"	v
mock	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^        $mock = $this->container->mock("\\MyClasses\\DaveBlah\\BlahBlah");$/;"	v
mock	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^        $mock = $this->container->mock('Iterator');$/;"	v
mock	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^        $mock = $this->container->mock('IteratorAggregate');$/;"	v
mock	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^        $mock = $this->container->mock('MockeryTest_CallStatic');$/;"	v
mock	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^        $mock = $this->container->mock('MockeryTest_ClassMultipleConstructorParams[dave]',$/;"	v
mock	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^        $mock = $this->container->mock('MockeryTest_ImplementsIterator');$/;"	v
mock	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^        $mock = $this->container->mock('MockeryTest_ImplementsIteratorAggregate');$/;"	v
mock	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^        $mock = $this->container->mock('MockeryTest_InterfaceWithTraversable');$/;"	v
mock	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^        $mock = $this->container->mock('MockeryTest_ReturnByRef');$/;"	v
mock	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^        $mock = $this->container->mock('stdClass, ArrayAccess, Countable, Traversable');$/;"	v
mock	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^        $mock = $this->container->mock(new MockeryTestIsset_Foo($var));$/;"	v
mock	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^        $mock = $container->mock('f')->byDefault();$/;"	v
mock	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^        $mock = $container->mock('f', array('foo'=>'rfoo','bar'=>'rbar','baz'=>'rbaz'))->byDefault();$/;"	v
mock	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^        $mock = $this->container->mock('MockeryTest_Foo');$/;"	v
mock	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^        $mock = $this->container->mock('MockeryTest_InterMethod1[doThird]');$/;"	v
mock	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^        $mock = $this->container->mock('Mockery_Demeterowski');$/;"	v
mock	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^        $mock = $this->container->mock('SomeMadeUpClass');$/;"	v
mock	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^        $mock = $this->container->mock('foo');$/;"	v
mock	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^        $mock = $this->container->mock('stdClass');$/;"	v
mock	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^        $mock = $this->container->mock(new stdClass);$/;"	v
mock	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^        $this->mock = $this->container->mock('foo');$/;"	v
mock	vendor/mockery/mockery/tests/Mockery/HamcrestExpectationTest.php	/^        $this->mock = $this->container->mock('foo');$/;"	v
mock	vendor/mockery/mockery/tests/Mockery/RecorderTest.php	/^        $mock = $this->container->mock(new MockeryTestSubject);$/;"	v
mock2	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^        $mock2 = $this->container->mock('bar');$/;"	v
mockName	vendor/mockery/mockery/library/Mockery/Container.php	/^                $mockName = \\Mockery\\Generator::createClassMock($class, null, null, $blocks);$/;"	v
mockName	vendor/mockery/mockery/library/Mockery/Container.php	/^                $mockName = \\Mockery\\Generator::createClassMock($class, null, null, $blocks, true);$/;"	v
mockName	vendor/mockery/mockery/library/Mockery/Container.php	/^            $mockName = \\Mockery\\Generator::createClassMock($class, null, null, $blocks, false, $partialMethods);$/;"	v
mockName	vendor/mockery/mockery/library/Mockery/Container.php	/^            $mockName = \\Mockery\\Generator::createClassMock(get_class($partial), null, true, $blocks);$/;"	v
mockName	vendor/mockery/mockery/library/Mockery/Generator.php	/^        if (is_null($mockName)) $mockName = uniqid('Mockery_');$/;"	v
mockName	vendor/mockery/mockery/library/Mockery/Generator.php	/^    public static function createClassMock($className, $mockName = null,$/;"	v
mockObject	vendor/mockery/mockery/library/Mockery/Exception/InvalidCountException.php	/^        $this->mockObject = $mock;$/;"	v
mockObject	vendor/mockery/mockery/library/Mockery/Exception/InvalidCountException.php	/^    protected $mockObject = null;$/;"	v
mockObject	vendor/mockery/mockery/library/Mockery/Exception/InvalidOrderException.php	/^        $this->mockObject = $mock;$/;"	v
mockObject	vendor/mockery/mockery/library/Mockery/Exception/InvalidOrderException.php	/^    protected $mockObject = null;$/;"	v
mockObject	vendor/mockery/mockery/library/Mockery/Exception/NoMatchingExpectationException.php	/^        $this->mockObject = $mock;$/;"	v
mockObject	vendor/mockery/mockery/library/Mockery/Exception/NoMatchingExpectationException.php	/^    protected $mockObject = null;$/;"	v
mockedDb	tests/Way/Tests/FactoryTest.php	/^        $this->mockedDb = m::mock('\\Illuminate\\Database\\DatabaseManager');$/;"	v
mockery_allocateOrder	vendor/mockery/mockery/library/Mockery/Container.php	/^    public function mockery_allocateOrder()$/;"	f
mockery_allocateOrder	vendor/mockery/mockery/library/Mockery/Generator.php	/^    public function mockery_allocateOrder()$/;"	f
mockery_allocateOrder	vendor/mockery/mockery/library/Mockery/Mock.php	/^    public function mockery_allocateOrder()$/;"	f
mockery_allocateOrder	vendor/mockery/mockery/library/Mockery/MockInterface.php	/^    public function mockery_allocateOrder();$/;"	f
mockery_close	vendor/mockery/mockery/library/Mockery/Container.php	/^    public function mockery_close()$/;"	f
mockery_findExpectation	vendor/mockery/mockery/library/Mockery/Generator.php	/^    public function mockery_findExpectation(\\$method, array \\$args)$/;"	f
mockery_findExpectation	vendor/mockery/mockery/library/Mockery/Mock.php	/^    public function mockery_findExpectation($method, array $args)$/;"	f
mockery_findExpectation	vendor/mockery/mockery/library/Mockery/MockInterface.php	/^    public function mockery_findExpectation($method, array $args);$/;"	f
mockery_getContainer	vendor/mockery/mockery/library/Mockery/Generator.php	/^    public function mockery_getContainer()$/;"	f
mockery_getContainer	vendor/mockery/mockery/library/Mockery/Mock.php	/^    public function mockery_getContainer()$/;"	f
mockery_getContainer	vendor/mockery/mockery/library/Mockery/MockInterface.php	/^    public function mockery_getContainer();$/;"	f
mockery_getCurrentOrder	vendor/mockery/mockery/library/Mockery/Container.php	/^    public function mockery_getCurrentOrder()$/;"	f
mockery_getCurrentOrder	vendor/mockery/mockery/library/Mockery/Generator.php	/^    public function mockery_getCurrentOrder()$/;"	f
mockery_getCurrentOrder	vendor/mockery/mockery/library/Mockery/Mock.php	/^    public function mockery_getCurrentOrder()$/;"	f
mockery_getCurrentOrder	vendor/mockery/mockery/library/Mockery/MockInterface.php	/^    public function mockery_getCurrentOrder();$/;"	f
mockery_getExpectationCount	vendor/mockery/mockery/library/Mockery/Container.php	/^    public function mockery_getExpectationCount()$/;"	f
mockery_getExpectationCount	vendor/mockery/mockery/library/Mockery/Generator.php	/^    public function mockery_getExpectationCount()$/;"	f
mockery_getExpectationCount	vendor/mockery/mockery/library/Mockery/Mock.php	/^    public function mockery_getExpectationCount()$/;"	f
mockery_getExpectationCount	vendor/mockery/mockery/library/Mockery/MockInterface.php	/^    public function mockery_getExpectationCount();$/;"	f
mockery_getExpectations	vendor/mockery/mockery/library/Mockery/Generator.php	/^    public function mockery_getExpectations()$/;"	f
mockery_getExpectationsFor	vendor/mockery/mockery/library/Mockery/Generator.php	/^    public function mockery_getExpectationsFor(\\$method)$/;"	f
mockery_getExpectationsFor	vendor/mockery/mockery/library/Mockery/Mock.php	/^    public function mockery_getExpectationsFor($method)$/;"	f
mockery_getExpectationsFor	vendor/mockery/mockery/library/Mockery/MockInterface.php	/^    public function mockery_getExpectationsFor($method);$/;"	f
mockery_getGroups	vendor/mockery/mockery/library/Mockery/Container.php	/^    public function mockery_getGroups()$/;"	f
mockery_getGroups	vendor/mockery/mockery/library/Mockery/Generator.php	/^    public function mockery_getGroups()$/;"	f
mockery_getGroups	vendor/mockery/mockery/library/Mockery/Mock.php	/^    public function mockery_getGroups()$/;"	f
mockery_getGroups	vendor/mockery/mockery/library/Mockery/MockInterface.php	/^    public function mockery_getGroups();$/;"	f
mockery_getMockableMethods	vendor/mockery/mockery/library/Mockery/Generator.php	/^    public function mockery_getMockableMethods()$/;"	f
mockery_getMockableProperties	vendor/mockery/mockery/library/Mockery/Generator.php	/^    public function mockery_getMockableProperties()$/;"	f
mockery_getMockableProperties	vendor/mockery/mockery/library/Mockery/Mock.php	/^    public function mockery_getMockableProperties()$/;"	f
mockery_getName	vendor/mockery/mockery/library/Mockery/Generator.php	/^    public function mockery_getName()$/;"	f
mockery_getName	vendor/mockery/mockery/library/Mockery/Mock.php	/^    public function mockery_getName()$/;"	f
mockery_getName	vendor/mockery/mockery/library/Mockery/MockInterface.php	/^    public function mockery_getName();$/;"	f
mockery_init	vendor/mockery/mockery/library/Mockery/Generator.php	/^    public function mockery_init(\\$name, \\Mockery\\Container \\$container = null, \\$partialObject = null)$/;"	f
mockery_init	vendor/mockery/mockery/library/Mockery/Mock.php	/^    public function mockery_init($name, \\Mockery\\Container $container = null, $partialObject = null)$/;"	f
mockery_init	vendor/mockery/mockery/library/Mockery/MockInterface.php	/^    public function mockery_init($name, \\Mockery\\Container $container = null, $partialObject = null);$/;"	f
mockery_setCurrentOrder	vendor/mockery/mockery/library/Mockery/Container.php	/^    public function mockery_setCurrentOrder($order)$/;"	f
mockery_setCurrentOrder	vendor/mockery/mockery/library/Mockery/Generator.php	/^    public function mockery_setCurrentOrder(\\$order)$/;"	f
mockery_setCurrentOrder	vendor/mockery/mockery/library/Mockery/Mock.php	/^    public function mockery_setCurrentOrder($order)$/;"	f
mockery_setCurrentOrder	vendor/mockery/mockery/library/Mockery/MockInterface.php	/^    public function mockery_setCurrentOrder($order);$/;"	f
mockery_setExpectationsFor	vendor/mockery/mockery/library/Mockery/Generator.php	/^    public function mockery_setExpectationsFor(\\$method, \\Mockery\\ExpectationDirector \\$director)$/;"	f
mockery_setExpectationsFor	vendor/mockery/mockery/library/Mockery/Mock.php	/^    public function mockery_setExpectationsFor($method, \\Mockery\\ExpectationDirector $director)$/;"	f
mockery_setExpectationsFor	vendor/mockery/mockery/library/Mockery/MockInterface.php	/^    public function mockery_setExpectationsFor($method, \\Mockery\\ExpectationDirector $director);$/;"	f
mockery_setGroup	vendor/mockery/mockery/library/Mockery/Container.php	/^    public function mockery_setGroup($group, $order)$/;"	f
mockery_setGroup	vendor/mockery/mockery/library/Mockery/Generator.php	/^    public function mockery_setGroup(\\$group, \\$order)$/;"	f
mockery_setGroup	vendor/mockery/mockery/library/Mockery/Mock.php	/^    public function mockery_setGroup($group, $order)$/;"	f
mockery_setGroup	vendor/mockery/mockery/library/Mockery/MockInterface.php	/^    public function mockery_setGroup($group, $order);$/;"	f
mockery_teardown	vendor/mockery/mockery/library/Mockery/Container.php	/^    public function mockery_teardown()$/;"	f
mockery_teardown	vendor/mockery/mockery/library/Mockery/Generator.php	/^    public function mockery_teardown()$/;"	f
mockery_teardown	vendor/mockery/mockery/library/Mockery/Mock.php	/^    public function mockery_teardown()$/;"	f
mockery_teardown	vendor/mockery/mockery/library/Mockery/MockInterface.php	/^    public function mockery_teardown();$/;"	f
mockery_validateOrder	vendor/mockery/mockery/library/Mockery/Container.php	/^    public function mockery_validateOrder($method, $order, \\Mockery\\MockInterface $mock)$/;"	f
mockery_validateOrder	vendor/mockery/mockery/library/Mockery/Generator.php	/^    public function mockery_validateOrder(\\$method, \\$order)$/;"	f
mockery_validateOrder	vendor/mockery/mockery/library/Mockery/Mock.php	/^    public function mockery_validateOrder($method, $order)$/;"	f
mockery_validateOrder	vendor/mockery/mockery/library/Mockery/MockInterface.php	/^    public function mockery_validateOrder($method, $order);$/;"	f
mockery_verify	vendor/mockery/mockery/library/Mockery/Container.php	/^    public function mockery_verify()$/;"	f
mockery_verify	vendor/mockery/mockery/library/Mockery/Generator.php	/^    public function mockery_verify()$/;"	f
mockery_verify	vendor/mockery/mockery/library/Mockery/Mock.php	/^    public function mockery_verify()$/;"	f
mockery_verify	vendor/mockery/mockery/library/Mockery/MockInterface.php	/^    public function mockery_verify();$/;"	f
mockingMethodsUnnecessarilyAllowed	vendor/mockery/mockery/library/Mockery/Configuration.php	/^    public function mockingMethodsUnnecessarilyAllowed()$/;"	f
mockingNonExistentMethodsAllowed	vendor/mockery/mockery/library/Mockery/Configuration.php	/^    public function mockingNonExistentMethodsAllowed()$/;"	f
mocks	vendor/mockery/mockery/library/Mockery/Container.php	/^        $mocks = array_values($this->_mocks);$/;"	v
mustBe	vendor/mockery/mockery/library/Mockery.php	/^    public static function mustBe($expected)$/;"	f
name	src/Way/Tests/DataStore.php	/^        $name = isset($this->name)$/;"	v
name	src/Way/Tests/DataStore.php	/^        $name = strtolower($name);$/;"	v
name	src/Way/Tests/DataStore.php	/^        return $this->name = $this->random($names);$/;"	v
name	src/Way/Tests/DataStore.php	/^    protected $name;$/;"	v
name	vendor/composer/ClassLoader.php	/^            \/\/ PEAR-like class name$/;"	c
name	vendor/composer/ClassLoader.php	/^            \/\/ namespaced class name$/;"	c
name	vendor/illuminate/support/Illuminate/Support/Facades/Facade.php	/^		$name = static::getFacadeAccessor();$/;"	v
name	vendor/illuminate/support/Illuminate/Support/Facades/Response.php	/^	public static function download($file, $name = null, $headers = array())$/;"	v
name	vendor/mockery/mockery/library/Mockery.php	/^            $name = $publicMethod->getName();$/;"	v
name	vendor/mockery/mockery/library/Mockery/Container.php	/^                $name = array_shift($args);$/;"	v
name	vendor/mockery/mockery/library/Mockery/Container.php	/^                $name = str_replace('alias:', '', $name);$/;"	v
name	vendor/mockery/mockery/library/Mockery/Container.php	/^                $name = str_replace('overload:', '', $name);$/;"	v
name	vendor/mockery/mockery/library/Mockery/Container.php	/^        $name = null;$/;"	v
name	vendor/mockery/mockery/library/Mockery/Container.php	/^     * Takes a class name and declares it$/;"	c
name	vendor/mockery/mockery/library/Mockery/Generator.php	/^        $name = $method->getName();$/;"	v
names	src/Way/Tests/DataStore.php	/^        $names = array($/;"	v
names	vendor/mockery/mockery/library/Mockery.php	/^        $names = explode('->', $arg);$/;"	v
names	vendor/mockery/mockery/library/Mockery/Loader.php	/^ * standards for PHP 5.3 namespaces and class names.$/;"	c
namespace	vendor/composer/autoload_real.php	/^        foreach ($map as $namespace => $path) {$/;"	v
namespace	vendor/illuminate/support/Illuminate/Support/ServiceProvider.php	/^		$namespace = $this->getPackageNamespace($package, $namespace);$/;"	v
namespace	vendor/illuminate/support/Illuminate/Support/ServiceProvider.php	/^	public function package($package, $namespace = null, $path = null)$/;"	v
namespace	vendor/mockery/mockery/library/Mockery/Loader.php	/^                $namespace = substr($className, 0, $lastNsPos);$/;"	v
namespace	vendor/mockery/mockery/library/Mockery/Loader.php	/^            $namespace = '';$/;"	v
needNew	vendor/mockery/mockery/library/Mockery.php	/^                $needNew = true;$/;"	v
needNew	vendor/mockery/mockery/library/Mockery.php	/^            $needNew = false;$/;"	v
needle	vendor/illuminate/support/Illuminate/Support/Str.php	/^		return $needle == substr($haystack, strlen($haystack) - strlen($needle));$/;"	v
nesting	vendor/mockery/mockery/library/Mockery.php	/^    private static function _cleanupArray($arg, $nesting = 3) {$/;"	v
nesting	vendor/mockery/mockery/library/Mockery.php	/^    private static function _objectToArray($object, $nesting = 3)$/;"	v
never	vendor/mockery/mockery/library/Mockery/Expectation.php	/^    public function never()$/;"	f
newValidators	vendor/mockery/mockery/library/Mockery/Expectation.php	/^        $newValidators = array();$/;"	v
next	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function next(){}$/;"	f
nextExp	vendor/mockery/mockery/library/Mockery.php	/^            $nextExp = function ($n) use ($mock) {return $mock->shouldReceive($n);};$/;"	v
nextExp	vendor/mockery/mockery/library/Mockery.php	/^        $nextExp = function ($n) use ($add) {return $add($n);};$/;"	v
normalizeClass	vendor/illuminate/support/Illuminate/Support/ClassLoader.php	/^	public static function normalizeClass($class)$/;"	f
not	vendor/mockery/mockery/library/Mockery.php	/^    public static function not($expected)$/;"	f
notAnyOf	vendor/mockery/mockery/library/Mockery.php	/^    public static function notAnyOf()$/;"	f
noted	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^     * with a real class noted up front (stdClass is a perfect choice it is$/;"	c
ns	vendor/mockery/mockery/library/Mockery/Container.php	/^            $ns = implode("\\\\", $parts);$/;"	v
numberOfParameters	vendor/mockery/mockery/library/Mockery.php	/^            $numberOfParameters = $publicMethod->getNumberOfParameters();$/;"	v
numberOfParameters	vendor/mockery/mockery/library/Mockery.php	/^            if ((substr($name, 0, 3) === 'get' || substr($name, 0, 2) === 'is') && $numberOfParameters == 0) {$/;"	v
object	vendor/mockery/mockery/library/Mockery.php	/^            $object = self::_objectToArray($arg, $nesting - 1);$/;"	v
offsetExists	vendor/illuminate/support/Illuminate/Support/Collection.php	/^	public function offsetExists($key)$/;"	f
offsetGet	vendor/illuminate/support/Illuminate/Support/Collection.php	/^	public function offsetGet($key)$/;"	f
offsetSet	vendor/illuminate/support/Illuminate/Support/Collection.php	/^	public function offsetSet($key, $value)$/;"	f
offsetUnset	vendor/illuminate/support/Illuminate/Support/Collection.php	/^	public function offsetUnset($key)$/;"	f
on	vendor/mockery/mockery/library/Mockery.php	/^    public static function on($closure)$/;"	f
once	vendor/mockery/mockery/library/Mockery/Expectation.php	/^    public function once()$/;"	f
or	vendor/composer/ClassLoader.php	/^     * Loads the given class or interface.$/;"	c
or	vendor/mockery/mockery/library/Mockery.php	/^                . current($names) . ' as it does not exist on the class or object '$/;"	c
or	vendor/mockery/mockery/library/Mockery/Configuration.php	/^     * exist for the given class or object (ignored for unreal mocks)$/;"	c
or	vendor/mockery/mockery/library/Mockery/Container.php	/^                    . ' an existing class or interface');$/;"	c
or	vendor/mockery/mockery/library/Mockery/Loader.php	/^     * Loads the given class or interface.$/;"	c
ordered	vendor/mockery/mockery/library/Mockery/Expectation.php	/^    public function ordered($group = null)$/;"	f
overrides	src/Way/Tests/Factory.php	/^        $overrides = isset($overrides[0]) ? $overrides[0] : $overrides;$/;"	v
overrides	src/Way/Tests/Factory.php	/^    public function fire($class, array $overrides = array())$/;"	v
package	vendor/illuminate/support/Illuminate/Support/ServiceProvider.php	/^	public function package($package, $namespace = null, $path = null)$/;"	f
param	vendor/mockery/mockery/library/Mockery/Expectation.php	/^            $param =& $args[$i];$/;"	v
param1	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    protected $param1;$/;"	v
param1	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function __construct(stdClass $param1) { $this->param1 = $param1; }$/;"	v
paramDef	vendor/mockery/mockery/library/Mockery/Generator.php	/^            $paramDef = '';$/;"	v
paramDef	vendor/mockery/mockery/library/Mockery/Generator.php	/^        $paramDef = implode(',', $methodParams);$/;"	v
paramMap	vendor/mockery/mockery/library/Mockery/Generator.php	/^            $paramMap = \\Mockery::getConfiguration()$/;"	v
paramName	vendor/mockery/mockery/library/Mockery/Generator.php	/^                $paramName = 'arg' . $i;$/;"	v
paramName	vendor/mockery/mockery/library/Mockery/Generator.php	/^            $paramName = $param->getName();$/;"	v
paramName	vendor/mockery/mockery/library/Mockery/Generator.php	/^            if (empty($paramName) || $paramName === '...') {$/;"	v
parameters	vendor/illuminate/support/Illuminate/Support/helpers.php	/^	function action($name, $parameters = array(), $absolute = true)$/;"	v
parameters	vendor/illuminate/support/Illuminate/Support/helpers.php	/^	function route($route, $parameters = array(), $absolute = true)$/;"	v
parameters	vendor/illuminate/support/Illuminate/Support/helpers.php	/^	function secure_url($path, $parameters = array())$/;"	v
parameters	vendor/illuminate/support/Illuminate/Support/helpers.php	/^	function trans($id, $parameters = array(), $domain = 'messages', $locale = null)$/;"	v
parameters	vendor/illuminate/support/Illuminate/Support/helpers.php	/^	function trans_choice($id, $number, array $parameters = array(), $domain = 'messages', $locale = null)$/;"	v
parameters	vendor/illuminate/support/Illuminate/Support/helpers.php	/^	function url($path = null, $parameters = array(), $secure = null)$/;"	v
params	vendor/mockery/mockery/library/Mockery/Generator.php	/^                $params = $method->getParameters();$/;"	v
params	vendor/mockery/mockery/library/Mockery/Generator.php	/^        $params = $method->getParameters();$/;"	v
parseBasicSegments	vendor/illuminate/support/Illuminate/Support/NamespacedItemResolver.php	/^	protected function parseBasicSegments(array $segments)$/;"	f
parseKey	vendor/illuminate/support/Illuminate/Support/NamespacedItemResolver.php	/^	public function parseKey($key)$/;"	f
parseNamespacedSegments	vendor/illuminate/support/Illuminate/Support/NamespacedItemResolver.php	/^	protected function parseNamespacedSegments($key)$/;"	f
parseShouldReturnArgs	vendor/mockery/mockery/library/Mockery.php	/^    public static function parseShouldReturnArgs(\\Mockery\\MockInterface $mock, $args, $add)$/;"	f
parseTableName	src/Way/Tests/Factory.php	/^    protected function parseTableName($class)$/;"	f
parsed	vendor/illuminate/support/Illuminate/Support/NamespacedItemResolver.php	/^			$parsed = $this->parseBasicSegments($segments);$/;"	v
parsed	vendor/illuminate/support/Illuminate/Support/NamespacedItemResolver.php	/^			$parsed = $this->parseNamespacedSegments($key);$/;"	v
parsed	vendor/illuminate/support/Illuminate/Support/NamespacedItemResolver.php	/^	protected $parsed = array();$/;"	v
partial	vendor/mockery/mockery/library/Mockery/Container.php	/^                $partial = array_shift($args);$/;"	v
partial	vendor/mockery/mockery/library/Mockery/Container.php	/^        $partial = null;$/;"	v
partialMethods	vendor/mockery/mockery/library/Mockery/Container.php	/^                $partialMethods = explode(',', strtolower(rtrim($parts[1], ']')));$/;"	v
partialMethods	vendor/mockery/mockery/library/Mockery/Container.php	/^        $partialMethods = array();$/;"	v
partialMethods	vendor/mockery/mockery/library/Mockery/Generator.php	/^        $partialMethods = array())$/;"	v
partialMethods	vendor/mockery/mockery/library/Mockery/Generator.php	/^        array $methods, array $block, $partialMethods = array())$/;"	v
parts	vendor/mockery/mockery/library/Mockery.php	/^            $parts = array();$/;"	v
parts	vendor/mockery/mockery/library/Mockery.php	/^        $parts = array();$/;"	v
parts	vendor/mockery/mockery/library/Mockery/CompositeExpectation.php	/^        $parts = array();$/;"	v
parts	vendor/mockery/mockery/library/Mockery/Container.php	/^                $parts = explode('[', $arg);$/;"	v
parts	vendor/mockery/mockery/library/Mockery/Container.php	/^            $parts = array_filter(explode("\\\\", $fqcn), function($part) {$/;"	v
path	vendor/illuminate/support/Illuminate/Support/ServiceProvider.php	/^		$path = $chain[count($chain) - 2]->getFileName();$/;"	v
path	vendor/illuminate/support/Illuminate/Support/ServiceProvider.php	/^		$path = $path ?: $this->guessPackagePath();$/;"	v
path	vendor/mockery/mockery/tests/Bootstrap.php	/^$path = array($/;"	v
pattern	vendor/illuminate/support/Illuminate/Support/Pluralizer.php	/^		foreach ($source as $pattern => $inflected)$/;"	v
pattern	vendor/illuminate/support/Illuminate/Support/Str.php	/^			$pattern = '\/$';$/;"	v
pattern	vendor/illuminate/support/Illuminate/Support/Str.php	/^			$pattern = str_replace('*', '(.*)', $pattern).'\\z';$/;"	v
payload	vendor/illuminate/support/Illuminate/Support/SerializableClosure.php	/^		$payload = unserialize($serialized);$/;"	v
plural	vendor/illuminate/support/Illuminate/Support/Pluralizer.php	/^		$plural = static::$plural;$/;"	v
plural	vendor/illuminate/support/Illuminate/Support/Pluralizer.php	/^	protected static $plural = array($/;"	v
plural	vendor/illuminate/support/Illuminate/Support/Pluralizer.php	/^	public static function plural($value, $count = 2)$/;"	f
plural	vendor/illuminate/support/Illuminate/Support/Str.php	/^	public static function plural($value, $count = 2)$/;"	f
pluralCache	vendor/illuminate/support/Illuminate/Support/Pluralizer.php	/^	protected static $pluralCache = array();$/;"	v
pool	vendor/illuminate/support/Illuminate/Support/Str.php	/^		$pool = '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ';$/;"	v
pop	vendor/illuminate/support/Illuminate/Support/Collection.php	/^	public function pop()$/;"	f
pos	vendor/composer/ClassLoader.php	/^        if (false !== $pos = strrpos($class, '\\\\')) {$/;"	v
poser	vendor/mockery/mockery/library/Mockery.php	/^     * Static fetching of a mock associated with a name or explicit class poser$/;"	c
post	tests/Way/Tests/FactoryTest.php	/^        $post = $factory->fire('Post');$/;"	v
post	tests/Way/Tests/FactoryTest.php	/^        $post = $factory->fire('Post', ['email' => 'foo']);$/;"	v
prefix	vendor/composer/ClassLoader.php	/^        foreach ($this->prefixes as $prefix => $dirs) {$/;"	v
prefixes	vendor/composer/ClassLoader.php	/^    private $prefixes = array();$/;"	v
prepend	vendor/composer/ClassLoader.php	/^    public function add($prefix, $paths, $prepend = false)$/;"	v
prepend	vendor/illuminate/support/Illuminate/Support/helpers.php	/^	function array_dot($array, $prepend = '')$/;"	v
properties	vendor/mockery/mockery/library/Mockery.php	/^        $properties = array();$/;"	v
protected	vendor/mockery/mockery/library/Mockery/Generator.php	/^        $protected = $class->getMethods(\\ReflectionMethod::IS_PROTECTED);$/;"	v
provides	vendor/illuminate/support/Illuminate/Support/ServiceProvider.php	/^	public function provides()$/;"	f
public_path	vendor/illuminate/support/Illuminate/Support/helpers.php	/^	function public_path()$/;"	f
push	vendor/illuminate/support/Illuminate/Support/Collection.php	/^	public function push($value)$/;"	f
put	vendor/illuminate/support/Illuminate/Support/Collection.php	/^	public function put($key, $value)$/;"	f
quack	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    function quack(){}$/;"	f
quickRandom	vendor/illuminate/support/Illuminate/Support/Str.php	/^	public static function quickRandom($length = 16)$/;"	f
quickdefs	vendor/mockery/mockery/library/Mockery/Container.php	/^                $quickdefs = array_shift($args);$/;"	v
quickdefs	vendor/mockery/mockery/library/Mockery/Container.php	/^        $quickdefs = array();$/;"	v
r	vendor/mockery/mockery/library/Mockery/Container.php	/^            $r = new \\ReflectionClass($mockName);$/;"	v
r	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^        $r = fopen(dirname(__FILE__) . '\/_files\/file.txt', 'r');$/;"	v
random	src/Way/Tests/DataStore.php	/^    protected function random(array $arr)$/;"	f
random	vendor/illuminate/support/Illuminate/Support/Str.php	/^	public static function random($length = 16)$/;"	f
recorder	vendor/mockery/mockery/library/Mockery/Mock.php	/^        $recorder = new \\Mockery\\Recorder($this, $this->_mockery_partial);$/;"	v
reflect	vendor/illuminate/support/Illuminate/Support/ServiceProvider.php	/^			$reflect = $reflect->getParentClass();$/;"	v
reflect	vendor/illuminate/support/Illuminate/Support/ServiceProvider.php	/^		$reflect = new ReflectionClass($this);$/;"	v
reflection	vendor/illuminate/support/Illuminate/Support/SerializableClosure.php	/^		$this->reflection = new ReflectionFunction($closure);$/;"	v
reflection	vendor/illuminate/support/Illuminate/Support/SerializableClosure.php	/^		$this->reflection = new ReflectionFunction($this->closure);$/;"	v
reflection	vendor/illuminate/support/Illuminate/Support/SerializableClosure.php	/^	protected $reflection;$/;"	v
reflection	vendor/mockery/mockery/library/Mockery.php	/^        $reflection = new \\ReflectionClass($object);$/;"	v
register	vendor/composer/ClassLoader.php	/^    public function register($prepend = false)$/;"	f
register	vendor/illuminate/support/Illuminate/Support/ClassLoader.php	/^	public static function register()$/;"	f
register	vendor/illuminate/support/Illuminate/Support/ServiceProvider.php	/^	abstract public function register();$/;"	f
register	vendor/mockery/mockery/library/Mockery/Loader.php	/^    public function register($prepend = false)$/;"	f
registerAliases	src/Way/Tests/TestFacade.php	/^    public function registerAliases(array $aliases)$/;"	f
registered	vendor/illuminate/support/Illuminate/Support/ClassLoader.php	/^	protected static $registered = false;$/;"	v
rememberMock	vendor/mockery/mockery/library/Mockery/Container.php	/^    public function rememberMock(\\Mockery\\MockInterface $mock)$/;"	f
removeDirectories	vendor/illuminate/support/Illuminate/Support/ClassLoader.php	/^	public static function removeDirectories($directories = null)$/;"	f
render	vendor/illuminate/support/Illuminate/Support/Contracts/RenderableInterface.php	/^	public function render();$/;"	f
replace	vendor/illuminate/support/Illuminate/Support/MessageBag.php	/^			$replace = array(':message', ':key');$/;"	v
replace	vendor/illuminate/support/Illuminate/Support/Str.php	/^		$replace = '$1'.$delimiter.'$2';$/;"	v
reservedWords	vendor/mockery/mockery/library/Mockery/Generator.php	/^    protected static $reservedWords = array($/;"	v
resetContainer	vendor/mockery/mockery/library/Mockery.php	/^    public static function resetContainer()$/;"	f
resolveFacadeInstance	vendor/illuminate/support/Illuminate/Support/Facades/Facade.php	/^	protected static function resolveFacadeInstance($name)$/;"	f
resolvedInstance	vendor/illuminate/support/Illuminate/Support/Facades/Facade.php	/^	protected static $resolvedInstance;$/;"	v
response	vendor/illuminate/support/Illuminate/Support/Facades/Response.php	/^		$response = new BinaryFileResponse($file, 200, $headers, true, 'attachment');$/;"	v
result	vendor/illuminate/support/Illuminate/Support/Pluralizer.php	/^		$result = static::inflect($value, $plural, $irregular);$/;"	v
result	vendor/illuminate/support/Illuminate/Support/Pluralizer.php	/^		$result = static::inflect($value, static::$singular, static::$irregular);$/;"	v
result	vendor/mockery/mockery/library/Mockery/Adapter/Phpunit/TestListener.php	/^            $result = $test->getTestResultObject();$/;"	v
result	vendor/mockery/mockery/library/Mockery/Container.php	/^            $result = class_alias($mockName, $name);$/;"	v
result	vendor/mockery/mockery/library/Mockery/Expectation.php	/^            $result = $actual instanceof $expected;$/;"	v
result	vendor/mockery/mockery/library/Mockery/Expectation.php	/^            $result = $groups[$group];$/;"	v
result	vendor/mockery/mockery/library/Mockery/Expectation.php	/^            $result = $ordering->mockery_allocateOrder();$/;"	v
result	vendor/mockery/mockery/library/Mockery/Expectation.php	/^            $result = @preg_match($expected, (string) $actual);$/;"	v
result	vendor/mockery/mockery/library/Mockery/Generator.php	/^                $result = self::applyMockeryTo($data['class'], $data['publicMethods'], $block, $partialMethods);$/;"	v
result	vendor/mockery/mockery/library/Mockery/Matcher/Closure.php	/^        $result = $closure($actual);$/;"	v
result	vendor/mockery/mockery/library/Mockery/Matcher/Closure.php	/^        return $result === true;$/;"	v
results	vendor/illuminate/support/Illuminate/Support/Collection.php	/^			$results = array_merge($results, $values);$/;"	v
results	vendor/illuminate/support/Illuminate/Support/Collection.php	/^		$results = array();$/;"	v
results	vendor/illuminate/support/Illuminate/Support/helpers.php	/^				$results = array_merge($results, array_dot($value, $prepend.$key.'.'));$/;"	v
results	vendor/illuminate/support/Illuminate/Support/helpers.php	/^			$results = array();$/;"	v
results	vendor/illuminate/support/Illuminate/Support/helpers.php	/^		$results = array();$/;"	v
return	vendor/illuminate/support/Illuminate/Support/helpers.php	/^		$return = array();$/;"	v
return	vendor/mockery/mockery/library/Mockery.php	/^        $return = $hasObjects ? $return : '';$/;"	v
return	vendor/mockery/mockery/library/Mockery.php	/^        $return = $method . '(';$/;"	v
return	vendor/mockery/mockery/library/Mockery.php	/^        $return = 'Objects: (';$/;"	v
return	vendor/mockery/mockery/library/Mockery.php	/^        $return = new \\Mockery\\Matcher\\Any();$/;"	v
return	vendor/mockery/mockery/library/Mockery.php	/^        $return = new \\Mockery\\Matcher\\AnyOf(func_get_args());$/;"	v
return	vendor/mockery/mockery/library/Mockery.php	/^        $return = new \\Mockery\\Matcher\\Closure($closure);$/;"	v
return	vendor/mockery/mockery/library/Mockery.php	/^        $return = new \\Mockery\\Matcher\\Contains(func_get_args());$/;"	v
return	vendor/mockery/mockery/library/Mockery.php	/^        $return = new \\Mockery\\Matcher\\Ducktype(func_get_args());$/;"	v
return	vendor/mockery/mockery/library/Mockery.php	/^        $return = new \\Mockery\\Matcher\\HasKey($key);$/;"	v
return	vendor/mockery/mockery/library/Mockery.php	/^        $return = new \\Mockery\\Matcher\\HasValue($val);$/;"	v
return	vendor/mockery/mockery/library/Mockery.php	/^        $return = new \\Mockery\\Matcher\\MustBe($expected);$/;"	v
return	vendor/mockery/mockery/library/Mockery.php	/^        $return = new \\Mockery\\Matcher\\Not($expected);$/;"	v
return	vendor/mockery/mockery/library/Mockery.php	/^        $return = new \\Mockery\\Matcher\\NotAnyOf(func_get_args());$/;"	v
return	vendor/mockery/mockery/library/Mockery.php	/^        $return = new \\Mockery\\Matcher\\Subset($part);$/;"	v
return	vendor/mockery/mockery/library/Mockery.php	/^        $return = new \\Mockery\\Matcher\\Type($expected);$/;"	v
return	vendor/mockery/mockery/library/Mockery/CompositeExpectation.php	/^        $return = '[';$/;"	v
return	vendor/mockery/mockery/library/Mockery/Container.php	/^            $return = new $mockName;$/;"	v
return	vendor/mockery/mockery/library/Mockery/Container.php	/^        $return = unserialize(sprintf('O:%d:"%s":0:{}', strlen($mockName), $mockName));$/;"	v
return	vendor/mockery/mockery/library/Mockery/Expectation.php	/^        $return = $this->_getReturnValue($args);$/;"	v
return	vendor/mockery/mockery/library/Mockery/Matcher/Contains.php	/^        $return = '<Contains[';$/;"	v
return	vendor/mockery/mockery/library/Mockery/Matcher/HasKey.php	/^        $return = '<HasKey[' . (string) $this->_expected . ']>';$/;"	v
return	vendor/mockery/mockery/library/Mockery/Matcher/HasValue.php	/^        $return = '<HasValue[' . (string) $this->_expected . ']>';$/;"	v
return	vendor/mockery/mockery/library/Mockery/Matcher/Subset.php	/^        $return = '<Subset[';$/;"	v
return	vendor/mockery/mockery/library/Mockery/Recorder.php	/^        $return = call_user_func_array(array($this->_subject, $method), $args);$/;"	v
returnByRef	vendor/mockery/mockery/library/Mockery/Generator.php	/^        $returnByRef = $method->returnsReference() ? ' & ' : '';$/;"	v
rewind	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function rewind(){}$/;"	f
root	vendor/mockery/mockery/tests/Bootstrap.php	/^$root    = realpath(dirname(dirname(__FILE__)));$/;"	v
route	vendor/illuminate/support/Illuminate/Support/helpers.php	/^	function route($route, $parameters = array(), $absolute = true)$/;"	f
s	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^        $s = $this->mock->shouldReceive('start')->ordered();$/;"	v
secure	vendor/illuminate/support/Illuminate/Support/helpers.php	/^	function asset($path, $secure = null)$/;"	v
secure_asset	vendor/illuminate/support/Illuminate/Support/helpers.php	/^	function secure_asset($path)$/;"	f
secure_url	vendor/illuminate/support/Illuminate/Support/helpers.php	/^	function secure_url($path, $parameters = array())$/;"	f
segments	vendor/illuminate/support/Illuminate/Support/NamespacedItemResolver.php	/^		$segments = explode('.', $key);$/;"	v
self	vendor/mockery/mockery/library/Mockery.php	/^    public static function self()$/;"	f
self	vendor/mockery/mockery/library/Mockery/Container.php	/^    public function self()$/;"	f
self	vendor/mockery/mockery/library/Mockery/Mock.php	/^        $self = $this;$/;"	v
self	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function self();$/;"	f
self	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public static function self();$/;"	f
separator	vendor/illuminate/support/Illuminate/Support/Str.php	/^	public static function slug($title, $separator = '-')$/;"	v
serialize	vendor/illuminate/support/Illuminate/Support/SerializableClosure.php	/^	public function serialize()$/;"	f
service	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^        $service = $this->container->mock('MyService');$/;"	v
service	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^        $service = $this->getMock('MyService2');$/;"	v
set	vendor/composer/ClassLoader.php	/^    public function set($prefix, $paths)$/;"	f
set	vendor/mockery/mockery/library/Mockery/Expectation.php	/^    public function set($name, $value)$/;"	f
set	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    abstract protected function set();$/;"	f
set	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function set();$/;"	f
setActualArguments	vendor/mockery/mockery/library/Mockery/Exception/NoMatchingExpectationException.php	/^    public function setActualArguments($count)$/;"	f
setActualCount	vendor/mockery/mockery/library/Mockery/Exception/InvalidCountException.php	/^    public function setActualCount($count)$/;"	f
setActualOrder	vendor/mockery/mockery/library/Mockery/Exception/InvalidOrderException.php	/^    public function setActualOrder($count)$/;"	f
setColumn	src/Way/Tests/Factory.php	/^    protected function setColumn($name, $col)$/;"	f
setColumns	src/Way/Tests/Factory.php	/^    protected function setColumns(Array $columns)$/;"	f
setContainer	vendor/mockery/mockery/library/Mockery.php	/^    public static function setContainer(Mockery\\Container $container)$/;"	f
setExpectedCount	vendor/mockery/mockery/library/Mockery/Exception/InvalidCountException.php	/^    public function setExpectedCount($count)$/;"	f
setExpectedCountComparative	vendor/mockery/mockery/library/Mockery/Exception/InvalidCountException.php	/^    public function setExpectedCountComparative($comp)$/;"	f
setExpectedOrder	vendor/mockery/mockery/library/Mockery/Exception/InvalidOrderException.php	/^    public function setExpectedOrder($count)$/;"	f
setFacadeApplication	vendor/illuminate/support/Illuminate/Support/Facades/Facade.php	/^	public static function setFacadeApplication($app)$/;"	f
setFileExtension	vendor/mockery/mockery/library/Mockery/Loader.php	/^    public function setFileExtension($fileExtension)$/;"	f
setFormat	vendor/illuminate/support/Illuminate/Support/MessageBag.php	/^	public function setFormat($format = ':message')$/;"	f
setIncludePath	vendor/mockery/mockery/library/Mockery/Loader.php	/^    public function setIncludePath($includePath)$/;"	f
setInternalClassMethodParamMap	vendor/mockery/mockery/library/Mockery/Configuration.php	/^    public function setInternalClassMethodParamMap($class, $method, array $map)$/;"	f
setMethodName	vendor/mockery/mockery/library/Mockery/Exception/InvalidCountException.php	/^    public function setMethodName($name)$/;"	f
setMethodName	vendor/mockery/mockery/library/Mockery/Exception/InvalidOrderException.php	/^    public function setMethodName($name)$/;"	f
setMethodName	vendor/mockery/mockery/library/Mockery/Exception/NoMatchingExpectationException.php	/^    public function setMethodName($name)$/;"	f
setMock	vendor/mockery/mockery/library/Mockery/Exception/InvalidCountException.php	/^    public function setMock(Mockery\\MockInterface $mock)$/;"	f
setMock	vendor/mockery/mockery/library/Mockery/Exception/InvalidOrderException.php	/^    public function setMock(Mockery\\MockInterface $mock)$/;"	f
setMock	vendor/mockery/mockery/library/Mockery/Exception/NoMatchingExpectationException.php	/^    public function setMock(Mockery\\MockInterface $mock)$/;"	f
setNamespaceSeparator	vendor/mockery/mockery/library/Mockery/Loader.php	/^    public function setNamespaceSeparator($sep)$/;"	f
setParsedKey	vendor/illuminate/support/Illuminate/Support/NamespacedItemResolver.php	/^	public function setParsedKey($key, $parsed)$/;"	f
setUp	tests/Way/Tests/FactoryTest.php	/^    public function setUp()$/;"	f
setUp	vendor/mockery/mockery/tests/Mockery/LoaderTest.php	/^    public function setUp()$/;"	f
setUseIncludePath	vendor/composer/ClassLoader.php	/^    public function setUseIncludePath($useIncludePath)$/;"	f
setup	vendor/mockery/mockery/tests/Mockery/AdhocTest.php	/^    public function setup ()$/;"	f
setup	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function setup ()$/;"	f
setup	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function setup ()$/;"	f
setup	vendor/mockery/mockery/tests/Mockery/HamcrestExpectationTest.php	/^    public function setup ()$/;"	f
setup	vendor/mockery/mockery/tests/Mockery/MockTest.php	/^    public function setup ()$/;"	f
setup	vendor/mockery/mockery/tests/Mockery/RecorderTest.php	/^    public function setup ()$/;"	f
shift	vendor/illuminate/support/Illuminate/Support/Collection.php	/^	public function shift()$/;"	f
shouldBeStrict	vendor/mockery/mockery/library/Mockery/Recorder.php	/^    public function shouldBeStrict()$/;"	f
shouldDeferMissing	vendor/mockery/mockery/library/Mockery/Generator.php	/^    public function shouldDeferMissing()$/;"	f
shouldDeferMissing	vendor/mockery/mockery/library/Mockery/Mock.php	/^    public function shouldDeferMissing()$/;"	f
shouldDeferMissing	vendor/mockery/mockery/library/Mockery/MockInterface.php	/^    public function shouldDeferMissing();$/;"	f
shouldExpect	vendor/mockery/mockery/library/Mockery/Generator.php	/^    public function shouldExpect(Closure \\$closure)$/;"	f
shouldExpect	vendor/mockery/mockery/library/Mockery/Mock.php	/^    public function shouldExpect(\\Closure $closure)$/;"	f
shouldIgnoreMissing	vendor/mockery/mockery/library/Mockery/Generator.php	/^    public function shouldIgnoreMissing()$/;"	f
shouldIgnoreMissing	vendor/mockery/mockery/library/Mockery/Mock.php	/^    public function shouldIgnoreMissing()$/;"	f
shouldIgnoreMissing	vendor/mockery/mockery/library/Mockery/MockInterface.php	/^    public function shouldIgnoreMissing();$/;"	f
shouldReceive	vendor/illuminate/support/Illuminate/Support/Facades/Facade.php	/^	public static function shouldReceive()$/;"	f
shouldReceive	vendor/mockery/mockery/library/Mockery/CompositeExpectation.php	/^    public function shouldReceive()$/;"	f
shouldReceive	vendor/mockery/mockery/library/Mockery/Generator.php	/^    public function shouldReceive()$/;"	f
shouldReceive	vendor/mockery/mockery/library/Mockery/Mock.php	/^    public function shouldReceive()$/;"	f
shouldReceive	vendor/mockery/mockery/library/Mockery/MockInterface.php	/^    public function shouldReceive();$/;"	f
singular	vendor/illuminate/support/Illuminate/Support/Pluralizer.php	/^	protected static $singular = array($/;"	v
singular	vendor/illuminate/support/Illuminate/Support/Pluralizer.php	/^	public static function singular($value)$/;"	f
singular	vendor/illuminate/support/Illuminate/Support/Str.php	/^	public static function singular($value)$/;"	f
singularCache	vendor/illuminate/support/Illuminate/Support/Pluralizer.php	/^	protected static $singularCache = array();$/;"	v
slug	vendor/illuminate/support/Illuminate/Support/Str.php	/^	public static function slug($title, $separator = '-')$/;"	f
snake	vendor/illuminate/support/Illuminate/Support/Str.php	/^	public static function snake($value, $delimiter = '_')$/;"	f
snake_case	vendor/illuminate/support/Illuminate/Support/helpers.php	/^	function snake_case($value, $delimiter = '_')$/;"	f
sort	vendor/illuminate/support/Illuminate/Support/Collection.php	/^	public function sort(Closure $callback)$/;"	f
special	src/Way/Tests/Factory.php	/^        $special = [$/;"	v
starship	vendor/mockery/mockery/examples/starship/StarshipTest.php	/^        $starship = new Starship($mock);$/;"	v
startTest	vendor/mockery/mockery/library/Mockery/Adapter/Phpunit/TestListener.php	/^    public function startTest(\\PHPUnit_Framework_Test $test) {}$/;"	f
startTestSuite	vendor/mockery/mockery/library/Mockery/Adapter/Phpunit/TestListener.php	/^    public function startTestSuite(\\PHPUnit_Framework_TestSuite $suite) {$/;"	f
startsWith	vendor/illuminate/support/Illuminate/Support/Str.php	/^	public static function startsWith($haystack, $needles)$/;"	f
starts_with	vendor/illuminate/support/Illuminate/Support/helpers.php	/^	function starts_with($haystack, $needles)$/;"	f
states	src/Way/Tests/DataStore.php	/^        $states = array('TN', 'WA', 'MA', 'CA');$/;"	v
staticVariables	vendor/illuminate/support/Illuminate/Support/SerializableClosure.php	/^		$staticVariables = $this->reflection->getStaticVariables();$/;"	v
status	vendor/illuminate/support/Illuminate/Support/Facades/Response.php	/^	public static function json($data = array(), $status = 200, array $headers = array())$/;"	v
status	vendor/illuminate/support/Illuminate/Support/Facades/Response.php	/^	public static function make($content = '', $status = 200, array $headers = array())$/;"	v
status	vendor/illuminate/support/Illuminate/Support/Facades/Response.php	/^	public static function stream($callback, $status = 200, array $headers = array())$/;"	v
std	vendor/mockery/mockery/library/Mockery/Generator.php	/^        $std = <<<MOCK$/;"	v
storage_path	vendor/illuminate/support/Illuminate/Support/helpers.php	/^	function storage_path()$/;"	f
str_contains	vendor/illuminate/support/Illuminate/Support/helpers.php	/^	function str_contains($haystack, $needle)$/;"	f
str_finish	vendor/illuminate/support/Illuminate/Support/helpers.php	/^	function str_finish($value, $cap)$/;"	f
str_is	vendor/illuminate/support/Illuminate/Support/helpers.php	/^	function str_is($pattern, $value)$/;"	f
str_plural	vendor/illuminate/support/Illuminate/Support/helpers.php	/^	function str_plural($value, $count = 2)$/;"	f
str_random	vendor/illuminate/support/Illuminate/Support/helpers.php	/^	function str_random($length = 16)$/;"	f
str_singular	vendor/illuminate/support/Illuminate/Support/helpers.php	/^	function str_singular($value)$/;"	f
stream	vendor/illuminate/support/Illuminate/Support/Facades/Response.php	/^	public static function stream($callback, $status = 200, array $headers = array())$/;"	f
streets	src/Way/Tests/DataStore.php	/^        $streets = array('Baker', 'First', 'Main', 'Second', 'Broad');$/;"	v
string	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^        $string = "Method call: {$this->mock->g()}";$/;"	v
string	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^        $string = "Mock: {$this->mock}";$/;"	v
strings	src/Way/Tests/DataStore.php	/^        $strings = array($/;"	v
stubAbstractProtected	vendor/mockery/mockery/library/Mockery/Generator.php	/^    public static function stubAbstractProtected(array $methods)$/;"	f
studly	vendor/illuminate/support/Illuminate/Support/Str.php	/^	public static function studly($value)$/;"	f
studly_case	vendor/illuminate/support/Illuminate/Support/helpers.php	/^	function studly_case($value)$/;"	f
subject	vendor/mockery/mockery/tests/Mockery/RecorderTest.php	/^    function __construct($subject) { $this->subject = $subject; }$/;"	v
subject	vendor/mockery/mockery/tests/Mockery/RecorderTest.php	/^    public $subject = null;$/;"	v
subset	vendor/mockery/mockery/library/Mockery.php	/^    public static function subset(array $part)$/;"	f
swap	vendor/illuminate/support/Illuminate/Support/Facades/Facade.php	/^	public static function swap($instance)$/;"	f
swim	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    function swim(){}$/;"	f
tableName	src/Way/Tests/Factory.php	/^        $this->tableName = $this->parseTableName($class);$/;"	v
tableName	src/Way/Tests/Factory.php	/^    protected $tableName;$/;"	v
tearDown	src/Way/Tests/ModelHelpers.php	/^    public function tearDown()$/;"	f
tearDown	tests/Way/Tests/FactoryTest.php	/^    public function tearDown()$/;"	f
tearDown	vendor/mockery/mockery/tests/Mockery/LoaderTest.php	/^    public function tearDown()$/;"	f
teardown	vendor/mockery/mockery/tests/Mockery/AdhocTest.php	/^    public function teardown()$/;"	f
teardown	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function teardown()$/;"	f
teardown	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function teardown()$/;"	f
teardown	vendor/mockery/mockery/tests/Mockery/HamcrestExpectationTest.php	/^    public function teardown()$/;"	f
teardown	vendor/mockery/mockery/tests/Mockery/MockTest.php	/^    public function teardown()$/;"	f
teardown	vendor/mockery/mockery/tests/Mockery/RecorderTest.php	/^    public function teardown()$/;"	f
testAnExampleWithSomeExpectationAmends	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testAnExampleWithSomeExpectationAmends()$/;"	f
testAnExampleWithSomeExpectationAmendsOnCallCounts	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testAnExampleWithSomeExpectationAmendsOnCallCounts()$/;"	f
testAnExampleWithSomeExpectationAmendsOnCallCounts_PHPUnitTest	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testAnExampleWithSomeExpectationAmendsOnCallCounts_PHPUnitTest()$/;"	f
testAnonymousMockWorksWithNotAllowingMockingOfNonExistantMethods	vendor/mockery/mockery/tests/Mockery/MockTest.php	/^    public function testAnonymousMockWorksWithNotAllowingMockingOfNonExistantMethods()$/;"	f
testAnyConstraintMatchesAnyArg	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testAnyConstraintMatchesAnyArg()$/;"	f
testAnyConstraintNonMatchingCase	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testAnyConstraintNonMatchingCase()$/;"	f
testAnyOfConstraintMatchesArgument	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testAnyOfConstraintMatchesArgument()$/;"	f
testAnyOfConstraintNonMatchingCase	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testAnyOfConstraintNonMatchingCase()$/;"	f
testAnyOfConstraintThrowsExceptionWhenConstraintUnmatched	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testAnyOfConstraintThrowsExceptionWhenConstraintUnmatched()$/;"	f
testAnythingConstraintMatchesArgument	vendor/mockery/mockery/tests/Mockery/HamcrestExpectationTest.php	/^    public function testAnythingConstraintMatchesArgument()$/;"	f
testArgumentsAreMatchedExactlyUnderStrictMode	vendor/mockery/mockery/tests/Mockery/RecorderTest.php	/^    public function testArgumentsAreMatchedExactlyUnderStrictMode()$/;"	f
testArgumentsArePassedAsMethodExpectations	vendor/mockery/mockery/tests/Mockery/RecorderTest.php	/^    public function testArgumentsArePassedAsMethodExpectations()$/;"	f
testArgumentsLooselyMatchedByDefault	vendor/mockery/mockery/tests/Mockery/RecorderTest.php	/^    public function testArgumentsLooselyMatchedByDefault()$/;"	f
testArrayConstraintMatchesArgument	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testArrayConstraintMatchesArgument()$/;"	f
testArrayConstraintNonMatchingCase	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testArrayConstraintNonMatchingCase()$/;"	f
testArrayConstraintThrowsExceptionWhenConstraintUnmatched	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testArrayConstraintThrowsExceptionWhenConstraintUnmatched()$/;"	f
testArrayContentConstraintMatchesArgument	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testArrayContentConstraintMatchesArgument()$/;"	f
testArrayContentConstraintNonMatchingCase	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testArrayContentConstraintNonMatchingCase()$/;"	f
testArrayContentConstraintThrowsExceptionWhenConstraintUnmatched	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testArrayContentConstraintThrowsExceptionWhenConstraintUnmatched()$/;"	f
testBlockForwardingToPartialObject	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function testBlockForwardingToPartialObject()$/;"	f
testBoolConstraintMatchesArgument	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testBoolConstraintMatchesArgument()$/;"	f
testBoolConstraintNonMatchingCase	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testBoolConstraintNonMatchingCase()$/;"	f
testBoolConstraintThrowsExceptionWhenConstraintUnmatched	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testBoolConstraintThrowsExceptionWhenConstraintUnmatched()$/;"	f
testByDefaultOnAMockDoesSquatWithoutExpectations	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testByDefaultOnAMockDoesSquatWithoutExpectations()$/;"	f
testByDefaultOperatesFromMockConstruction	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testByDefaultOperatesFromMockConstruction()$/;"	f
testByDefaultPreventedFromSettingDefaultWhenDefaultingExpectationWasReplaced	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testByDefaultPreventedFromSettingDefaultWhenDefaultingExpectationWasReplaced()$/;"	f
testCallCountConstrainedInStrictMode	vendor/mockery/mockery/tests/Mockery/RecorderTest.php	/^    public function testCallCountConstrainedInStrictMode()$/;"	f
testCallCountUnconstrainedByDefault	vendor/mockery/mockery/tests/Mockery/RecorderTest.php	/^    public function testCallCountUnconstrainedByDefault()$/;"	f
testCallCountingOnlyAppliesToMatchedExpectations	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testCallCountingOnlyAppliesToMatchedExpectations()$/;"	f
testCallCountingThrowsExceptionOnAnyMismatch	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testCallCountingThrowsExceptionOnAnyMismatch()$/;"	f
testCallableConstraintMatchesArgument	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testCallableConstraintMatchesArgument()$/;"	f
testCallableConstraintNonMatchingCase	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testCallableConstraintNonMatchingCase()$/;"	f
testCallableConstraintThrowsExceptionWhenConstraintUnmatched	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testCallableConstraintThrowsExceptionWhenConstraintUnmatched()$/;"	f
testCalledAtLeastOnceAtExactlyOneCall	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testCalledAtLeastOnceAtExactlyOneCall()$/;"	f
testCalledAtLeastOnceAtExactlyThreeCalls	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testCalledAtLeastOnceAtExactlyThreeCalls()$/;"	f
testCalledAtLeastThrowsExceptionOnTooFewCalls	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testCalledAtLeastThrowsExceptionOnTooFewCalls()$/;"	f
testCalledAtLeastThrowsExceptionOnTooManyCalls	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testCalledAtLeastThrowsExceptionOnTooManyCalls()$/;"	f
testCalledAtMostAtExactlyThreeCalls	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testCalledAtMostAtExactlyThreeCalls()$/;"	f
testCalledAtMostOnceAtExactlyOneCall	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testCalledAtMostOnceAtExactlyOneCall()$/;"	f
testCalledOnce	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testCalledOnce()$/;"	f
testCalledOnceThrowsExceptionIfCalledThreeTimes	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testCalledOnceThrowsExceptionIfCalledThreeTimes()$/;"	f
testCalledOnceThrowsExceptionIfCalledTwice	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testCalledOnceThrowsExceptionIfCalledTwice()$/;"	f
testCalledOnceThrowsExceptionIfNotCalled	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testCalledOnceThrowsExceptionIfNotCalled()$/;"	f
testCalledTwice	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testCalledTwice()$/;"	f
testCalledTwiceThrowsExceptionIfNotCalled	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testCalledTwiceThrowsExceptionIfNotCalled()$/;"	f
testCalledZeroOrMoreTimesAtThreeCalls	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testCalledZeroOrMoreTimesAtThreeCalls()$/;"	f
testCalledZeroOrMoreTimesAtZeroCalls	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testCalledZeroOrMoreTimesAtZeroCalls()$/;"	f
testCallingRegisterRegistersSelfAsSplAutoloaderFunction	vendor/mockery/mockery/tests/Mockery/LoaderTest.php	/^    public function testCallingRegisterRegistersSelfAsSplAutoloaderFunction()$/;"	f
testCallingSelfOnlyReturnsLastMockCreatedOrCurrentMockBeingProgrammedSinceTheyAreOneAndTheSame	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function testCallingSelfOnlyReturnsLastMockCreatedOrCurrentMockBeingProgrammedSinceTheyAreOneAndTheSame()$/;"	f
testCanCreateFactory	tests/Way/Tests/FactoryTest.php	/^    public function testCanCreateFactory()$/;"	f
testCanMockAbstractClassWithAbstractPublicMethod	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function testCanMockAbstractClassWithAbstractPublicMethod()$/;"	f
testCanMockAbstractWithAbstractProtectedMethod	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function testCanMockAbstractWithAbstractProtectedMethod()$/;"	f
testCanMockClassAndApplyMultipleInterfaces	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function testCanMockClassAndApplyMultipleInterfaces()$/;"	f
testCanMockClassContainingAPublicWakeupMethod	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function testCanMockClassContainingAPublicWakeupMethod()$/;"	f
testCanMockClassContainingMagicCallMethod	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function testCanMockClassContainingMagicCallMethod()$/;"	f
testCanMockClassContainingMagicCallMethodWithoutTypeHinting	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function testCanMockClassContainingMagicCallMethodWithoutTypeHinting()$/;"	f
testCanMockClassUsingMagicCallMethodsInPlaceOfNormalMethods	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function testCanMockClassUsingMagicCallMethodsInPlaceOfNormalMethods()$/;"	f
testCanMockClassWhereMethodHasReferencedParameter	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function testCanMockClassWhereMethodHasReferencedParameter()$/;"	f
testCanMockClassWithConstructor	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function testCanMockClassWithConstructor()$/;"	f
testCanMockClassWithConstructorNeedingClassArgs	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function testCanMockClassWithConstructorNeedingClassArgs()$/;"	f
testCanMockClassWithReservedWordMethod	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function testCanMockClassWithReservedWordMethod()$/;"	f
testCanMockInterface	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function testCanMockInterface()$/;"	f
testCanMockInterfaceWithAbstractMethod	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function testCanMockInterfaceWithAbstractMethod()$/;"	f
testCanMockInterfaceWithPublicStaticMethod	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function testCanMockInterfaceWithPublicStaticMethod()$/;"	f
testCanMockInterfacesAlongsideTraversable	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function testCanMockInterfacesAlongsideTraversable()$/;"	f
testCanMockInterfacesExtendingTraversable	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function testCanMockInterfacesExtendingTraversable()$/;"	f
testCanMockMultipleInterfaces	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function testCanMockMultipleInterfaces()$/;"	f
testCanMockSpl	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function testCanMockSpl()$/;"	f
testCanMockStaticMethods	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function testCanMockStaticMethods()$/;"	f
testCanOverrideDefaults	tests/Way/Tests/FactoryTest.php	/^    public function testCanOverrideDefaults()$/;"	f
testCanOverrideExpectedParametersOfInternalPHPClassesToPreserveRefs	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function testCanOverrideExpectedParametersOfInternalPHPClassesToPreserveRefs()$/;"	f
testCanPartialMockObjectUsingMagicCallMethodsInPlaceOfNormalMethods	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function testCanPartialMockObjectUsingMagicCallMethodsInPlaceOfNormalMethods()$/;"	f
testCanPartiallyMockANormalClass	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function testCanPartiallyMockANormalClass()$/;"	f
testCanPartiallyMockANormalClassWith2Methods	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function testCanPartiallyMockANormalClassWith2Methods()$/;"	f
testCanPartiallyMockAnAbstractClass	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function testCanPartiallyMockAnAbstractClass()$/;"	f
testCanPartiallyMockAnAbstractClassWith2Methods	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function testCanPartiallyMockAnAbstractClassWith2Methods()$/;"	f
testCanPartiallyMockObjectWhereMethodHasReferencedParameter	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function testCanPartiallyMockObjectWhereMethodHasReferencedParameter()$/;"	f
testClassConstraintMatchesArgument	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testClassConstraintMatchesArgument()$/;"	f
testClassConstraintNonMatchingCase	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testClassConstraintNonMatchingCase()$/;"	f
testClassConstraintThrowsExceptionWhenConstraintUnmatched	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testClassConstraintThrowsExceptionWhenConstraintUnmatched()$/;"	f
testClassDeclaringIssetDoesNotThrowException	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function testClassDeclaringIssetDoesNotThrowException()$/;"	f
testClassDeclaringUnsetDoesNotThrowException	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function testClassDeclaringUnsetDoesNotThrowException()$/;"	f
testClassesWithFinalMethodsCanBeProperPartialMocks	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function testClassesWithFinalMethodsCanBeProperPartialMocks()$/;"	f
testClassesWithFinalMethodsCanBeProperPartialMocksButFinalMethodsNotPartialed	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function testClassesWithFinalMethodsCanBeProperPartialMocksButFinalMethodsNotPartialed()$/;"	f
testClassesWithFinalMethodsCanBeProxyPartialMocks	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function testClassesWithFinalMethodsCanBeProxyPartialMocks()$/;"	f
testComboOfLeastAndMostCallsThrowsExceptionAtTooFewCalls	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testComboOfLeastAndMostCallsThrowsExceptionAtTooFewCalls()$/;"	f
testComboOfLeastAndMostCallsThrowsExceptionAtTooManyCalls	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testComboOfLeastAndMostCallsThrowsExceptionAtTooManyCalls()$/;"	f
testComboOfLeastAndMostCallsWithOneCall	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testComboOfLeastAndMostCallsWithOneCall()$/;"	f
testComboOfLeastAndMostCallsWithTwoCalls	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testComboOfLeastAndMostCallsWithTwoCalls()$/;"	f
testContainsConstraintMatchesArgument	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testContainsConstraintMatchesArgument()$/;"	f
testContainsConstraintNonMatchingCase	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testContainsConstraintNonMatchingCase()$/;"	f
testContainsConstraintThrowsExceptionWhenConstraintUnmatched	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testContainsConstraintThrowsExceptionWhenConstraintUnmatched()$/;"	f
testCreatingAPartialAllowsDynamicExpectationsAndPassesThroughUnexpectedMethods	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function testCreatingAPartialAllowsDynamicExpectationsAndPassesThroughUnexpectedMethods()$/;"	f
testCreatingAPartialAllowsExpectationsToInterceptCallsToImplementedMethods	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function testCreatingAPartialAllowsExpectationsToInterceptCallsToImplementedMethods()$/;"	f
testCreatingMockOfClassWithExistingToStringMethodDoesntCreateClassWithTwoToStringMethods	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function testCreatingMockOfClassWithExistingToStringMethodDoesntCreateClassWithTwoToStringMethods()$/;"	f
testCreationOfInstanceMock	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function testCreationOfInstanceMock()$/;"	f
testDefaultExpectationsAreReplacedByLaterConcreteExpectations	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testDefaultExpectationsAreReplacedByLaterConcreteExpectations()$/;"	f
testDefaultExpectationsCanBeChangedByLaterExpectations	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testDefaultExpectationsCanBeChangedByLaterExpectations()$/;"	f
testDefaultExpectationsCanBeOrdered	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testDefaultExpectationsCanBeOrdered()$/;"	f
testDefaultExpectationsCanBeOrderedAndReplaced	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testDefaultExpectationsCanBeOrderedAndReplaced()$/;"	f
testDefaultExpectationsCanBeOverridden	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testDefaultExpectationsCanBeOverridden()$/;"	f
testDefaultExpectationsValidatedInCorrectOrder	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testDefaultExpectationsValidatedInCorrectOrder()$/;"	f
testDifferentArgumentsAndOrderingsPassWithoutException	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testDifferentArgumentsAndOrderingsPassWithoutException()$/;"	f
testDifferentArgumentsAndOrderingsThrowExceptionWhenInWrongOrder	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testDifferentArgumentsAndOrderingsThrowExceptionWhenInWrongOrder()$/;"	f
testDoubleConstraintMatchesArgument	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testDoubleConstraintMatchesArgument()$/;"	f
testDoubleConstraintNonMatchingCase	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testDoubleConstraintNonMatchingCase()$/;"	f
testDoubleConstraintThrowsExceptionWhenConstraintUnmatched	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testDoubleConstraintThrowsExceptionWhenConstraintUnmatched()$/;"	f
testDucktypeConstraintMatchesArgument	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testDucktypeConstraintMatchesArgument()$/;"	f
testDucktypeConstraintNonMatchingCase	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testDucktypeConstraintNonMatchingCase()$/;"	f
testDucktypeConstraintThrowsExceptionWhenConstraintUnmatched	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testDucktypeConstraintThrowsExceptionWhenConstraintUnmatched()$/;"	f
testEngineeringResponseToEnteringOrbit	vendor/mockery/mockery/examples/starship/StarshipTest.php	/^    public function testEngineeringResponseToEnteringOrbit()$/;"	f
testEnsuresOrderingIsCrossMockWhenGloballyFlagSet	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testEnsuresOrderingIsCrossMockWhenGloballyFlagSet()$/;"	f
testEnsuresOrderingIsNotCrossMockByDefault	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testEnsuresOrderingIsNotCrossMockByDefault()$/;"	f
testExactCountersOverrideAnyPriorSetNonExactCounters	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testExactCountersOverrideAnyPriorSetNonExactCounters()$/;"	f
testExpectationCastToStringFormatting	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testExpectationCastToStringFormatting()$/;"	f
testExpectationMatchingWithAnyArgsOrderings	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testExpectationMatchingWithAnyArgsOrderings()$/;"	f
testExpectationMatchingWithNoArgsOrderings	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testExpectationMatchingWithNoArgsOrderings()$/;"	f
testExpectationsCanBeMarkedAsDefaults	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testExpectationsCanBeMarkedAsDefaults()$/;"	f
testExpectsAnyArguments	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testExpectsAnyArguments()$/;"	f
testExpectsArgumentMatchingObjectType	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testExpectsArgumentMatchingObjectType()$/;"	f
testExpectsArgumentMatchingRegularExpression	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testExpectsArgumentMatchingRegularExpression()$/;"	f
testExpectsNoArguments	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testExpectsNoArguments()$/;"	f
testExpectsNoArgumentsThrowsExceptionIfAnyPassed	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testExpectsNoArgumentsThrowsExceptionIfAnyPassed()$/;"	f
testFinalClassesCanBePartialMocks	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function testFinalClassesCanBePartialMocks()$/;"	f
testFloatConstraintMatchesArgument	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testFloatConstraintMatchesArgument()$/;"	f
testFloatConstraintNonMatchingCase	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testFloatConstraintNonMatchingCase()$/;"	f
testFloatConstraintThrowsExceptionWhenConstraintUnmatched	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testFloatConstraintThrowsExceptionWhenConstraintUnmatched()$/;"	f
testFormatObjects	vendor/mockery/mockery/tests/Mockery/WithFormatterExpectationTest.php	/^    public function testFormatObjects($args, $expected)$/;"	f
testGetExpectationCount_freshContainer	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function testGetExpectationCount_freshContainer()$/;"	f
testGetExpectationCount_simplestMock	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function testGetExpectationCount_simplestMock()$/;"	f
testGlobalConfigMayForbidMockingNonExistentMethodsOnAutoDeclaredClasses	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testGlobalConfigMayForbidMockingNonExistentMethodsOnAutoDeclaredClasses()$/;"	f
testGlobalConfigMayForbidMockingNonExistentMethodsOnClasses	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testGlobalConfigMayForbidMockingNonExistentMethodsOnClasses()$/;"	f
testGlobalConfigMayForbidMockingNonExistentMethodsOnObjects	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testGlobalConfigMayForbidMockingNonExistentMethodsOnObjects()$/;"	f
testGreaterThanConstraintMatchesArgument	vendor/mockery/mockery/tests/Mockery/HamcrestExpectationTest.php	/^    public function testGreaterThanConstraintMatchesArgument()$/;"	f
testGreaterThanConstraintNotMatchesArgument	vendor/mockery/mockery/tests/Mockery/HamcrestExpectationTest.php	/^    public function testGreaterThanConstraintNotMatchesArgument()$/;"	f
testGroupedOrderingThrowsExceptionWhenCallsDisordered	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testGroupedOrderingThrowsExceptionWhenCallsDisordered()$/;"	f
testGroupedOrderingWithLimitsAllowsMultipleReturnValues	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testGroupedOrderingWithLimitsAllowsMultipleReturnValues()$/;"	f
testGroupedUngroupedOrderingDoNotOverlap	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testGroupedUngroupedOrderingDoNotOverlap()$/;"	f
testHasKeyConstraintMatchesArgument	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testHasKeyConstraintMatchesArgument()$/;"	f
testHasKeyConstraintNonMatchingCase	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testHasKeyConstraintNonMatchingCase()$/;"	f
testHasKeyConstraintThrowsExceptionWhenConstraintUnmatched	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testHasKeyConstraintThrowsExceptionWhenConstraintUnmatched()$/;"	f
testHasValueConstraintMatchesArgument	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testHasValueConstraintMatchesArgument()$/;"	f
testHasValueConstraintNonMatchingCase	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testHasValueConstraintNonMatchingCase()$/;"	f
testHasValueConstraintThrowsExceptionWhenConstraintUnmatched	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testHasValueConstraintThrowsExceptionWhenConstraintUnmatched()$/;"	f
testInstantiationOfInstanceMock	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function testInstantiationOfInstanceMock()$/;"	f
testInstantiationOfInstanceMockImportsExpectations	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function testInstantiationOfInstanceMockImportsExpectations()$/;"	f
testInstantiationOfInstanceMocksAddsThemToContainerForVerification	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function testInstantiationOfInstanceMocksAddsThemToContainerForVerification()$/;"	f
testInstantiationOfInstanceMocksDoesNotHaveCountValidatorCrossover	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function testInstantiationOfInstanceMocksDoesNotHaveCountValidatorCrossover()$/;"	f
testInstantiationOfInstanceMocksDoesNotHaveCountValidatorCrossover2	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function testInstantiationOfInstanceMocksDoesNotHaveCountValidatorCrossover2()$/;"	f
testInstantiationOfInstanceMocksIgnoresVerificationOfOriginMock	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function testInstantiationOfInstanceMocksIgnoresVerificationOfOriginMock()$/;"	f
testIntConstraintMatchesArgument	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testIntConstraintMatchesArgument()$/;"	f
testIntConstraintNonMatchingCase	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testIntConstraintNonMatchingCase()$/;"	f
testIntConstraintThrowsExceptionWhenConstraintUnmatched	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testIntConstraintThrowsExceptionWhenConstraintUnmatched()$/;"	f
testIssetMappingUsingProxiedPartials_CheckNoExceptionThrown	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function testIssetMappingUsingProxiedPartials_CheckNoExceptionThrown()$/;"	f
testLongConstraintMatchesArgument	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testLongConstraintMatchesArgument()$/;"	f
testLongConstraintNonMatchingCase	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testLongConstraintNonMatchingCase()$/;"	f
testLongConstraintThrowsExceptionWhenConstraintUnmatched	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testLongConstraintThrowsExceptionWhenConstraintUnmatched()$/;"	f
testMatchPrecedenceBasedOnExpectedCallsFavouringAnyMatch	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testMatchPrecedenceBasedOnExpectedCallsFavouringAnyMatch()$/;"	f
testMatchPrecedenceBasedOnExpectedCallsFavouringExplicitMatch	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testMatchPrecedenceBasedOnExpectedCallsFavouringExplicitMatch()$/;"	f
testMethodParamsPassedByReferenceHaveReferencePreserved	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function testMethodParamsPassedByReferenceHaveReferencePreserved()$/;"	f
testMethodsReturningParamsByReferenceDoesNotErrorOut	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function testMethodsReturningParamsByReferenceDoesNotErrorOut()$/;"	f
testMockCallableTypeHint	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function testMockCallableTypeHint()$/;"	f
testMockedMethodsCallableFromWithinOriginalClass	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testMockedMethodsCallableFromWithinOriginalClass()$/;"	f
testMockedStaticMethodsObeyMethodCounting	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function testMockedStaticMethodsObeyMethodCounting()$/;"	f
testMockedStaticThrowsExceptionWhenMethodDoesNotExist	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function testMockedStaticThrowsExceptionWhenMethodDoesNotExist(){$/;"	f
testMockeryCloseForIllegalIssetFileInclude	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function testMockeryCloseForIllegalIssetFileInclude()$/;"	f
testMockeryInterfaceForAbstract	vendor/mockery/mockery/tests/Mockery/AdhocTest.php	/^    public function testMockeryInterfaceForAbstract()$/;"	f
testMockeryInterfaceForClass	vendor/mockery/mockery/tests/Mockery/AdhocTest.php	/^    public function testMockeryInterfaceForClass()$/;"	f
testMockeryInterfaceForInterface	vendor/mockery/mockery/tests/Mockery/AdhocTest.php	/^    public function testMockeryInterfaceForInterface()$/;"	f
testMockeryInterfaceForNonExistingClass	vendor/mockery/mockery/tests/Mockery/AdhocTest.php	/^    public function testMockeryInterfaceForNonExistingClass()$/;"	f
testMockeryShouldDistinguishBetweenConstructorParamsAndClosures	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function testMockeryShouldDistinguishBetweenConstructorParamsAndClosures()$/;"	f
testMockeryShouldNotMockCallstaticMagicMethod	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function testMockeryShouldNotMockCallstaticMagicMethod()$/;"	f
testMockingAConcreteObjectCreatesAPartialWithoutError	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function testMockingAConcreteObjectCreatesAPartialWithoutError()$/;"	f
testMockingAKnownConcreteClassCanBeGrantedAnArbitraryClassType	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function testMockingAKnownConcreteClassCanBeGrantedAnArbitraryClassType()$/;"	f
testMockingAKnownConcreteClassSoMockInheritsClassType	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function testMockingAKnownConcreteClassSoMockInheritsClassType()$/;"	f
testMockingAKnownConcreteClassWithFinalMethodsThrowsNoException	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function testMockingAKnownConcreteClassWithFinalMethodsThrowsNoException()$/;"	f
testMockingAKnownConcreteFinalClassThrowsErrors_OnlyPartialMocksCanMockFinalElements	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function testMockingAKnownConcreteFinalClassThrowsErrors_OnlyPartialMocksCanMockFinalElements()$/;"	f
testMockingAKnownUserClassSoMockInheritsClassType	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function testMockingAKnownUserClassSoMockInheritsClassType()$/;"	f
testMockingAllowsPublicPropertyStubbingOnNamedMock	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function testMockingAllowsPublicPropertyStubbingOnNamedMock()$/;"	f
testMockingAllowsPublicPropertyStubbingOnPartials	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function testMockingAllowsPublicPropertyStubbingOnPartials()$/;"	f
testMockingAllowsPublicPropertyStubbingOnRealClass	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function testMockingAllowsPublicPropertyStubbingOnRealClass()$/;"	f
testMockingDemeterChainsPassesMockeryExpectationToCompositeExpectation	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testMockingDemeterChainsPassesMockeryExpectationToCompositeExpectation()$/;"	f
testMockingDemeterChainsPassesMockeryExpectationToCompositeExpectationWithArgs	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testMockingDemeterChainsPassesMockeryExpectationToCompositeExpectationWithArgs()$/;"	f
testMockingDoesNotStubNonStubbedPropertiesOnPartials	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function testMockingDoesNotStubNonStubbedPropertiesOnPartials()$/;"	f
testMockingIteratorAggregateDoesNotImplementIterator	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function testMockingIteratorAggregateDoesNotImplementIterator()$/;"	f
testMockingIteratorAggregateDoesNotImplementIteratorAlongside	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function testMockingIteratorAggregateDoesNotImplementIteratorAlongside()$/;"	f
testMockingIteratorDoesNotImplementIterator	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function testMockingIteratorDoesNotImplementIterator()$/;"	f
testMockingIteratorDoesNotImplementIteratorAlongside	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function testMockingIteratorDoesNotImplementIteratorAlongside()$/;"	f
testMockingMultipleInterfacesThrowsExceptionWhenGivenNonExistingClassOrInterface	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function testMockingMultipleInterfacesThrowsExceptionWhenGivenNonExistingClassOrInterface()$/;"	f
testMockingPhpredisExtensionClassWorks	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function testMockingPhpredisExtensionClassWorks()$/;"	f
testMultipleExpectationCastToStringFormatting	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testMultipleExpectationCastToStringFormatting()$/;"	f
testMultipleExpectationsWithReturns	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testMultipleExpectationsWithReturns()$/;"	f
testMultipleMethodExpectations	vendor/mockery/mockery/tests/Mockery/RecorderTest.php	/^    public function testMultipleMethodExpectations()$/;"	f
testMustBeConstraintMatchesArgument	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testMustBeConstraintMatchesArgument()$/;"	f
testMustBeConstraintMatchesObjectArgumentWithEqualsComparisonNotIdentical	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testMustBeConstraintMatchesObjectArgumentWithEqualsComparisonNotIdentical()$/;"	f
testMustBeConstraintNonMatchingCase	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testMustBeConstraintNonMatchingCase()$/;"	f
testMustBeConstraintNonMatchingCaseWithObject	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testMustBeConstraintNonMatchingCaseWithObject()$/;"	f
testMustBeConstraintThrowsExceptionWhenConstraintUnmatched	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testMustBeConstraintThrowsExceptionWhenConstraintUnmatched()$/;"	f
testMustBeConstraintThrowsExceptionWhenConstraintUnmatchedWithObject	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testMustBeConstraintThrowsExceptionWhenConstraintUnmatchedWithObject()$/;"	f
testNamedMockWithArrayDefs	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function testNamedMockWithArrayDefs()$/;"	f
testNamedMockWithConstructorArgs	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function testNamedMockWithConstructorArgs()$/;"	f
testNamedMockWithConstructorArgsAndArrayDefs	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function testNamedMockWithConstructorArgsAndArrayDefs()$/;"	f
testNamedMockWithConstructorArgsButNoQuickDefsShouldLeaveConstructorIntact	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function testNamedMockWithConstructorArgsButNoQuickDefsShouldLeaveConstructorIntact()$/;"	f
testNamedMockWithConstructorArgsWithInternalCallToMockedMethod	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function testNamedMockWithConstructorArgsWithInternalCallToMockedMethod()$/;"	f
testNamedMockWithShouldDeferMissing	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function testNamedMockWithShouldDeferMissing()$/;"	f
testNamedMockWithShouldDeferMissingThrowsIfNotAvailable	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function testNamedMockWithShouldDeferMissingThrowsIfNotAvailable()$/;"	f
testNamedMocksAddNameToExceptions	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function testNamedMocksAddNameToExceptions()$/;"	f
testNeverCalled	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testNeverCalled()$/;"	f
testNeverCalledThrowsExceptionOnCall	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testNeverCalledThrowsExceptionOnCall()$/;"	f
testNotAnyOfConstraintMatchesArgument	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testNotAnyOfConstraintMatchesArgument()$/;"	f
testNotAnyOfConstraintNonMatchingCase	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testNotAnyOfConstraintNonMatchingCase()$/;"	f
testNotAnyOfConstraintThrowsExceptionWhenConstraintUnmatched	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testNotAnyOfConstraintThrowsExceptionWhenConstraintUnmatched()$/;"	f
testNotConstraintMatchesArgument	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testNotConstraintMatchesArgument()$/;"	f
testNotConstraintNonMatchingCase	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testNotConstraintNonMatchingCase()$/;"	f
testNotConstraintThrowsExceptionWhenConstraintUnmatched	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testNotConstraintThrowsExceptionWhenConstraintUnmatched()$/;"	f
testNullConstraintMatchesArgument	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testNullConstraintMatchesArgument()$/;"	f
testNullConstraintNonMatchingCase	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testNullConstraintNonMatchingCase()$/;"	f
testNullConstraintThrowsExceptionWhenConstraintUnmatched	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testNullConstraintThrowsExceptionWhenConstraintUnmatched()$/;"	f
testNumericConstraintMatchesArgument	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testNumericConstraintMatchesArgument()$/;"	f
testNumericConstraintNonMatchingCase	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testNumericConstraintNonMatchingCase()$/;"	f
testNumericConstraintThrowsExceptionWhenConstraintUnmatched	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testNumericConstraintThrowsExceptionWhenConstraintUnmatched()$/;"	f
testObjectConstraintMatchesArgument	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testObjectConstraintMatchesArgument()$/;"	f
testObjectConstraintNonMatchingCase	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testObjectConstraintNonMatchingCase()$/;"	f
testObjectConstraintThrowsExceptionWhenConstraintUnmatched	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testObjectConstraintThrowsExceptionWhenConstraintUnmatched()$/;"	f
testOnConstraintMatchesArgument_ClosureEvaluatesToTrue	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testOnConstraintMatchesArgument_ClosureEvaluatesToTrue()$/;"	f
testOnConstraintThrowsExceptionWhenConstraintUnmatched_ClosureEvaluatesToFalse	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testOnConstraintThrowsExceptionWhenConstraintUnmatched_ClosureEvaluatesToFalse()$/;"	f
testOptionalMockRetrieval	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testOptionalMockRetrieval()$/;"	f
testOrderedCallsWithOutOfOrderError	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testOrderedCallsWithOutOfOrderError()$/;"	f
testOrderedCallsWithoutError	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testOrderedCallsWithoutError()$/;"	f
testOrderingOfDefaultGrouping	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testOrderingOfDefaultGrouping()$/;"	f
testOrderingOfDefaultGroupingThrowsExceptionOnWrongOrder	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testOrderingOfDefaultGroupingThrowsExceptionOnWrongOrder()$/;"	f
testOrderingUsingNamedGroups	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testOrderingUsingNamedGroups()$/;"	f
testOrderingUsingNumberedGroups	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testOrderingUsingNumberedGroups()$/;"	f
testPartialWithArrayDefs	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function testPartialWithArrayDefs()$/;"	f
testPassingClosureAsFinalParameterUsedToDefineExpectations	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function testPassingClosureAsFinalParameterUsedToDefineExpectations()$/;"	f
testPregMatchThrowsDelimiterWarningWithXdebugScreamTurnedOn	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testPregMatchThrowsDelimiterWarningWithXdebugScreamTurnedOn()$/;"	f
testRealConstraintMatchesArgument	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testRealConstraintMatchesArgument()$/;"	f
testRealConstraintNonMatchingCase	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testRealConstraintNonMatchingCase()$/;"	f
testRealConstraintThrowsExceptionWhenConstraintUnmatched	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testRealConstraintThrowsExceptionWhenConstraintUnmatched()$/;"	f
testRecorderWithSimpleObject	vendor/mockery/mockery/tests/Mockery/RecorderTest.php	/^    public function testRecorderWithSimpleObject()$/;"	f
testRecordingDoesNotSpecifyExactOrderByDefault	vendor/mockery/mockery/tests/Mockery/RecorderTest.php	/^    public function testRecordingDoesNotSpecifyExactOrderByDefault()$/;"	f
testRecordingDoesSpecifyExactOrderInStrictMode	vendor/mockery/mockery/tests/Mockery/RecorderTest.php	/^    public function testRecordingDoesSpecifyExactOrderInStrictMode()$/;"	f
testResourceConstraintMatchesArgument	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testResourceConstraintMatchesArgument()$/;"	f
testResourceConstraintNonMatchingCase	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testResourceConstraintNonMatchingCase()$/;"	f
testResourceConstraintThrowsExceptionWhenConstraintUnmatched	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testResourceConstraintThrowsExceptionWhenConstraintUnmatched()$/;"	f
testReturnAsUndefinedAllowsForInfiniteSelfReturningChain	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testReturnAsUndefinedAllowsForInfiniteSelfReturningChain()$/;"	f
testReturnNullIfIgnoreMissingMethodsSet	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testReturnNullIfIgnoreMissingMethodsSet()$/;"	f
testReturnUndefinedIfIgnoreMissingMethodsSet	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testReturnUndefinedIfIgnoreMissingMethodsSet()$/;"	f
testReturnsNullForMockedExistingClassIfAndreturnnullCalled	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testReturnsNullForMockedExistingClassIfAndreturnnullCalled()$/;"	f
testReturnsNullForMockedExistingClassIfNullIsReturnValue	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testReturnsNullForMockedExistingClassIfNullIsReturnValue()$/;"	f
testReturnsNullIfNullIsReturnValue	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testReturnsNullIfNullIsReturnValue()$/;"	f
testReturnsNullWhenManyArgs	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testReturnsNullWhenManyArgs()$/;"	f
testReturnsNullWhenNoArgs	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testReturnsNullWhenNoArgs()$/;"	f
testReturnsNullWhenSingleArg	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testReturnsNullWhenSingleArg()$/;"	f
testReturnsSameValueForAllIfNoArgsExpectationAndNoneGiven	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testReturnsSameValueForAllIfNoArgsExpectationAndNoneGiven()$/;"	f
testReturnsSameValueForAllIfNoArgsExpectationAndSomeGiven	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testReturnsSameValueForAllIfNoArgsExpectationAndSomeGiven()$/;"	f
testReturnsUndefined	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testReturnsUndefined()$/;"	f
testReturnsValueFromSequenceSequentially	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testReturnsValueFromSequenceSequentially()$/;"	f
testReturnsValueFromSequenceSequentiallyAndRepeatedlyReturnsFinalValueOnExtraCalls	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testReturnsValueFromSequenceSequentiallyAndRepeatedlyReturnsFinalValueOnExtraCalls()$/;"	f
testReturnsValueFromSequenceSequentiallyAndRepeatedlyReturnsFinalValueOnExtraCallsWithManyAndReturnCalls	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testReturnsValueFromSequenceSequentiallyAndRepeatedlyReturnsFinalValueOnExtraCallsWithManyAndReturnCalls()$/;"	f
testReturnsValueOfClosure	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testReturnsValueOfClosure()$/;"	f
testReturnsValuesSetAsArray	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testReturnsValuesSetAsArray()$/;"	f
testScalarConstraintMatchesArgument	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testScalarConstraintMatchesArgument()$/;"	f
testScalarConstraintNonMatchingCase	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testScalarConstraintNonMatchingCase()$/;"	f
testScalarConstraintThrowsExceptionWhenConstraintUnmatched	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testScalarConstraintThrowsExceptionWhenConstraintUnmatched()$/;"	f
testSetsPublicPropertyWhenRequested	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testSetsPublicPropertyWhenRequested()$/;"	f
testSetsPublicPropertyWhenRequestedUsingAlias	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testSetsPublicPropertyWhenRequestedUsingAlias()$/;"	f
testShouldIgnoreMissingAsDefinedProxiesToUndefinedAllowingToString	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testShouldIgnoreMissingAsDefinedProxiesToUndefinedAllowingToString()$/;"	f
testShouldIgnoreMissingAsUndefinedFluentInterface	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testShouldIgnoreMissingAsUndefinedFluentInterface()$/;"	f
testShouldIgnoreMissingFluentInterface	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testShouldIgnoreMissingFluentInterface()$/;"	f
testSimpleMockWithArrayDefs	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function testSimpleMockWithArrayDefs()$/;"	f
testSimplestMockCreation	vendor/mockery/mockery/tests/Mockery/AdhocTest.php	/^    public function testSimplestMockCreation()$/;"	f
testSimplestMockCreation	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function testSimplestMockCreation()$/;"	f
testSplClassWithFinalMethodsCanBeMocked	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function testSplClassWithFinalMethodsCanBeMocked()$/;"	f
testSplfileinfoClassMockPassesUserExpectations	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function testSplfileinfoClassMockPassesUserExpectations()$/;"	f
testStringConstraintMatchesArgument	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testStringConstraintMatchesArgument()$/;"	f
testStringConstraintNonMatchingCase	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testStringConstraintNonMatchingCase()$/;"	f
testStringConstraintThrowsExceptionWhenConstraintUnmatched	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testStringConstraintThrowsExceptionWhenConstraintUnmatched()$/;"	f
testThrowsException	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testThrowsException()$/;"	f
testThrowsExceptionBasedOnArgs	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testThrowsExceptionBasedOnArgs()$/;"	f
testThrowsExceptionBasedOnArgsWithMessage	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testThrowsExceptionBasedOnArgsWithMessage()$/;"	f
testThrowsExceptionIfClassOrInterfaceForPartialMockDoesNotExist	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function testThrowsExceptionIfClassOrInterfaceForPartialMockDoesNotExist()$/;"	f
testThrowsExceptionIfSettingExpectationForNonMockedMethodOfPartialMock	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function testThrowsExceptionIfSettingExpectationForNonMockedMethodOfPartialMock()$/;"	f
testThrowsExceptionOnNoArgumentMatch	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testThrowsExceptionOnNoArgumentMatch()$/;"	f
testThrowsExceptionSequentially	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testThrowsExceptionSequentially()$/;"	f
testThrowsExceptionWhenArgumentsNotExpected	vendor/mockery/mockery/tests/Mockery/RecorderTest.php	/^    public function testThrowsExceptionWhenArgumentsNotExpected()$/;"	f
testTimesCountCallThrowsExceptionOnTooFewCalls	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testTimesCountCallThrowsExceptionOnTooFewCalls()$/;"	f
testTimesCountCallThrowsExceptionOnTooManyCalls	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testTimesCountCallThrowsExceptionOnTooManyCalls()$/;"	f
testTimesCountCalls	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testTimesCountCalls()$/;"	f
testToStringMagicMethodCanBeMocked	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testToStringMagicMethodCanBeMocked()$/;"	f
testUndeclaredClassIsDeclared	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function testUndeclaredClassIsDeclared()$/;"	f
testUndeclaredClassWithNamespaceIncludingLeadingOperatorIsDeclared	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function testUndeclaredClassWithNamespaceIncludingLeadingOperatorIsDeclared()$/;"	f
testUndeclaredClassWithNamespaceIsDeclared	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function testUndeclaredClassWithNamespaceIsDeclared()$/;"	f
testUnorderedCallsIgnoredForOrdering	vendor/mockery/mockery/tests/Mockery/ExpectationTest.php	/^    public function testUnorderedCallsIgnoredForOrdering()$/;"	f
tests	vendor/mockery/mockery/tests/Bootstrap.php	/^$tests   = "$root\/tests";$/;"	v
that	vendor/illuminate/support/Illuminate/Support/ServiceProvider.php	/^		\/\/ We want to get the class that is closest to this base class in the chain of$/;"	c
times	vendor/mockery/mockery/library/Mockery/Expectation.php	/^    public function times($limit = null)$/;"	f
title	vendor/illuminate/support/Illuminate/Support/Str.php	/^		$title = preg_replace('!['.preg_quote($flip).']+!u', $separator, $title);$/;"	v
title	vendor/illuminate/support/Illuminate/Support/Str.php	/^		$title = preg_replace('!['.preg_quote($separator).'\\s]+!u', $separator, $title);$/;"	v
title	vendor/illuminate/support/Illuminate/Support/Str.php	/^		$title = preg_replace('![^'.preg_quote($separator).'\\pL\\pN\\s]+!u', '', mb_strtolower($title));$/;"	v
title	vendor/illuminate/support/Illuminate/Support/Str.php	/^		$title = static::ascii($title);$/;"	v
title	vendor/illuminate/support/Illuminate/Support/helpers.php	/^	function link_to($url, $title = null, $attributes = array(), $secure = null)$/;"	v
title	vendor/illuminate/support/Illuminate/Support/helpers.php	/^	function link_to_action($action, $title = null, $parameters = array(), $attributes = array())$/;"	v
title	vendor/illuminate/support/Illuminate/Support/helpers.php	/^	function link_to_asset($url, $title = null, $attributes = array(), $secure = null)$/;"	v
title	vendor/illuminate/support/Illuminate/Support/helpers.php	/^	function link_to_route($name, $title = null, $parameters = array(), $attributes = array())$/;"	v
to	src/Way/Tests/Factory.php	/^     * @param $class Name of class to create factory for$/;"	c
to	src/Way/Tests/ModelHelpers.php	/^        $message = $message ?: "Expected the '$class' class to have method, '$method'.";$/;"	c
to	vendor/mockery/mockery/library/Mockery.php	/^     * Utility function to format objects to printable arrays$/;"	f
to	vendor/mockery/mockery/library/Mockery.php	/^     * Utility function to parse shouldReceive() arguments and generate$/;"	f
to	vendor/mockery/mockery/library/Mockery.php	/^     * Utility function to turn public properties$/;"	f
to	vendor/mockery/mockery/library/Mockery/Expectation.php	/^     * The count validator class to use$/;"	c
to	vendor/mockery/mockery/library/Mockery/Loader.php	/^     * @param string $className The name of the class to load.$/;"	c
toArray	vendor/illuminate/support/Illuminate/Support/Collection.php	/^	public function toArray()$/;"	f
toArray	vendor/illuminate/support/Illuminate/Support/Contracts/ArrayableInterface.php	/^	public function toArray();$/;"	f
toArray	vendor/illuminate/support/Illuminate/Support/MessageBag.php	/^	public function toArray()$/;"	f
toJson	vendor/illuminate/support/Illuminate/Support/Collection.php	/^	public function toJson($options = 0)$/;"	f
toJson	vendor/illuminate/support/Illuminate/Support/Contracts/JsonableInterface.php	/^	public function toJson($options = 0);$/;"	f
toJson	vendor/illuminate/support/Illuminate/Support/MessageBag.php	/^	public function toJson($options = 0)$/;"	f
trans	vendor/illuminate/support/Illuminate/Support/helpers.php	/^	function trans($id, $parameters = array(), $domain = 'messages', $locale = null)$/;"	f
trans_choice	vendor/illuminate/support/Illuminate/Support/helpers.php	/^	function trans_choice($id, $number, array $parameters = array(), $domain = 'messages', $locale = null)$/;"	f
transform	vendor/illuminate/support/Illuminate/Support/MessageBag.php	/^	protected function transform($messages, $format, $messageKey)$/;"	f
traversables	vendor/mockery/mockery/library/Mockery/Generator.php	/^                    $traversables = preg_grep("\/^Traversable$\/i", array_keys($extendedInterfaces));$/;"	v
twice	vendor/mockery/mockery/library/Mockery/Expectation.php	/^    public function twice()$/;"	f
type	vendor/mockery/mockery/library/Mockery.php	/^    public static function type($expected)$/;"	f
type	vendor/mockery/mockery/library/Mockery/Generator.php	/^    * class type hierarchy as a typical instance of the class being$/;"	c
typehint	vendor/mockery/mockery/library/Mockery/Generator.php	/^        $typehint = $callTypehint ? 'array' : '';$/;"	v
typehintMatch	vendor/mockery/mockery/library/Mockery/Generator.php	/^		$typehintMatch = array();$/;"	v
uncountable	vendor/illuminate/support/Illuminate/Support/Pluralizer.php	/^	protected static $uncountable = array($/;"	v
undef	vendor/mockery/mockery/library/Mockery/Mock.php	/^                $undef = new \\Mockery\\Undefined;$/;"	v
under	vendor/composer/ClassLoader.php	/^ * the autoloader will first look for the class under the component\/$/;"	c
unless	vendor/illuminate/support/Illuminate/Support/SerializableClosure.php	/^ * Do not use this class unless you really know what you're doing!$/;"	c
unregister	vendor/composer/ClassLoader.php	/^    public function unregister()$/;"	f
unregister	vendor/mockery/mockery/library/Mockery/Loader.php	/^    public function unregister()$/;"	f
unserialize	vendor/illuminate/support/Illuminate/Support/SerializableClosure.php	/^	public function unserialize($serialized)$/;"	f
upper	vendor/illuminate/support/Illuminate/Support/Str.php	/^	public static function upper($value)$/;"	f
url	vendor/illuminate/support/Illuminate/Support/helpers.php	/^	function url($path = null, $parameters = array(), $secure = null)$/;"	f
useIncludePath	vendor/composer/ClassLoader.php	/^        $this->useIncludePath = $useIncludePath;$/;"	v
useIncludePath	vendor/composer/ClassLoader.php	/^    private $useIncludePath = false;$/;"	v
useStandardMethods	vendor/mockery/mockery/library/Mockery/Generator.php	/^                $useStandardMethods = false;$/;"	v
useStandardMethods	vendor/mockery/mockery/library/Mockery/Generator.php	/^        $useStandardMethods = true;$/;"	v
usedVariables	vendor/illuminate/support/Illuminate/Support/SerializableClosure.php	/^		$usedVariables = array();$/;"	v
user	vendor/mockery/mockery/tests/Mockery/RecorderTest.php	/^            $user = new MockeryTestSubjectUser($subject);$/;"	v
uses	vendor/illuminate/support/Illuminate/Support/Facades/Route.php	/^	public static function uses($action)$/;"	f
valid	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    public function valid(){}$/;"	f
validate	vendor/mockery/mockery/library/Mockery/CountValidator/AtLeast.php	/^    public function validate($n)$/;"	f
validate	vendor/mockery/mockery/library/Mockery/CountValidator/AtMost.php	/^    public function validate($n)$/;"	f
validate	vendor/mockery/mockery/library/Mockery/CountValidator/CountValidatorAbstract.php	/^    public abstract function validate($n);$/;"	f
validate	vendor/mockery/mockery/library/Mockery/CountValidator/Exact.php	/^    public function validate($n)$/;"	f
validateOrder	vendor/mockery/mockery/library/Mockery/Expectation.php	/^    public function validateOrder()$/;"	f
value	vendor/illuminate/support/Illuminate/Support/Str.php	/^		$value = ucwords(str_replace(array('-', '_'), ' ', $value));$/;"	v
value	vendor/illuminate/support/Illuminate/Support/helpers.php	/^				$value = (array) $value;$/;"	v
value	vendor/illuminate/support/Illuminate/Support/helpers.php	/^	function value($value)$/;"	f
values	vendor/illuminate/support/Illuminate/Support/Collection.php	/^	public function values()$/;"	f
values	vendor/mockery/mockery/library/Mockery/Matcher/Contains.php	/^        $values = array_values($actual);$/;"	v
var	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^        $this->var = $var;$/;"	v
var	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^        $var = $this->container->mock(new MockeryTestIsset_Bar());$/;"	v
var	vendor/mockery/mockery/tests/Mockery/ContainerTest.php	/^    private $var;$/;"	v
variable	vendor/illuminate/support/Illuminate/Support/SerializableClosure.php	/^			$variable = trim($variable, ' $&');$/;"	v
vendorDir	vendor/composer/autoload_classmap.php	/^$vendorDir = dirname(dirname(__FILE__));$/;"	v
vendorDir	vendor/composer/autoload_namespaces.php	/^$vendorDir = dirname(dirname(__FILE__));$/;"	v
vendorDir	vendor/composer/autoload_real.php	/^        $vendorDir = dirname(__DIR__);$/;"	v
verify	vendor/mockery/mockery/library/Mockery/Expectation.php	/^    public function verify()$/;"	f
verify	vendor/mockery/mockery/library/Mockery/ExpectationDirector.php	/^    public function verify()$/;"	f
verifyCall	vendor/mockery/mockery/library/Mockery/Expectation.php	/^    public function verifyCall(array $args)$/;"	f
view	vendor/illuminate/support/Illuminate/Support/Facades/Response.php	/^	public static function view($view, $data = array(), $status = 200, array $headers = array())$/;"	f
view	vendor/illuminate/support/Illuminate/Support/ServiceProvider.php	/^		$view = $path.'\/views';$/;"	v
when	vendor/illuminate/support/Illuminate/Support/Facades/Route.php	/^	public static function when($pattern, $name)$/;"	f
which	vendor/illuminate/support/Illuminate/Support/Collection.php	/^		\/\/ function which we were given. Then, we will sort the returned values and$/;"	f
with	vendor/illuminate/support/Illuminate/Support/helpers.php	/^	function with($object)$/;"	f
with	vendor/mockery/mockery/library/Mockery/Expectation.php	/^    public function with()$/;"	f
with	vendor/mockery/mockery/library/Mockery/Generator.php	/^    * Generates a Mock Object class with all Mockery methods whose$/;"	c
withAnyArgs	vendor/mockery/mockery/library/Mockery/Expectation.php	/^    public function withAnyArgs()$/;"	f
withNoArgs	vendor/mockery/mockery/library/Mockery/Expectation.php	/^    public function withNoArgs()$/;"	f
words	vendor/illuminate/support/Illuminate/Support/Str.php	/^	public static function words($value, $words = 100, $end = '...')$/;"	f
words	vendor/illuminate/support/Illuminate/Support/Str.php	/^	public static function words($value, $words = 100, $end = '...')$/;"	v
zeroOrMoreTimes	vendor/mockery/mockery/library/Mockery/Expectation.php	/^    public function zeroOrMoreTimes()$/;"	f
zips	src/Way/Tests/DataStore.php	/^        $zips = array(37121, 42198, 34189, 37115);$/;"	v
