SYMBOL INDEX (224 symbols across 47 files) FILE: src/main/java/com/pestphp/pest/PestIcons.java class PestIcons (line 12) | public final class PestIcons { method load (line 13) | private static @NotNull Icon load(@NotNull String path, int cacheKey, ... class METAINF (line 21) | public static final class METAINF { FILE: src/main/java/com/pestphp/pest/configuration/PestRunConfigurationSettings.java class PestRunConfigurationSettings (line 9) | public class PestRunConfigurationSettings extends PhpTestRunConfiguratio... method createDefault (line 10) | @Override method getPestRunnerSettings (line 15) | @Property(surroundWithTag = false) method setPestRunnerSettings (line 27) | public void setPestRunnerSettings(PestRunnerSettings runnerSettings) { method getRunnerSettings (line 34) | @Deprecated FILE: src/main/java/com/pestphp/pest/configuration/PhpTestRunConfiguration.java class PhpTestRunConfiguration (line 15) | public abstract class PhpTestRunConfiguration extends com.jetbrains.php.... method PhpTestRunConfiguration (line 16) | protected PhpTestRunConfiguration(Project project, ConfigurationFactor... method setBeforeRunTasks (line 20) | @Override FILE: src/test/resources/com/pestphp/pest/PestTestRunLineMarkerProviderTest/AssignmentFunctionCallNamedTest.php function test (line 3) | function test($description, $closure = null): \Pest\PendingCalls\TestCall { FILE: src/test/resources/com/pestphp/pest/PestTestRunLineMarkerProviderTest/AssignmentFunctionCallNamedTestWithoutPest.php function test (line 3) | function test(Bar $a) { FILE: src/test/resources/com/pestphp/pest/PestTestRunLineMarkerProviderTest/FunctionCallNamedTestAsArgument.php function test (line 3) | function test($description, $closure = null): \Pest\PendingCalls\TestCall { function foo (line 6) | function foo($x) { FILE: src/test/resources/com/pestphp/pest/PestTestRunLineMarkerProviderTest/FunctionCallNamedTestWithoutPest.php function test (line 3) | function test(Bar $a) { FILE: src/test/resources/com/pestphp/pest/PestTestRunLineMarkerProviderTest/MethodCallNamedItAndVariableTest.php function it (line 3) | function it($description, $closure = null): \Pest\PendingCalls\TestCall { FILE: src/test/resources/com/pestphp/pest/PestTestRunLineMarkerProviderTest/PestItFunctionCallWithRedefinition.php function it (line 3) | function it($description, $closure = null): \Pest\PendingCalls\TestCall { FILE: src/test/resources/com/pestphp/pest/annotator/NoDuplicateTestName.php class A (line 11) | class A { class B (line 14) | class B { class C (line 25) | class C { FILE: src/test/resources/com/pestphp/pest/annotator/stub/Functions.php function test (line 3) | function test($description, $closure) { FILE: src/test/resources/com/pestphp/pest/codeInsight/typeInference/ThisInInnerClosure.php function someFoo (line 9) | function someFoo($closure) { type T (line 13) | trait T { method foo (line 14) | function foo() { FILE: src/test/resources/com/pestphp/pest/configuration/pest/tests/Pest.php class BaseTestCase (line 3) | class BaseTestCase method baseTestFunc (line 5) | public function baseTestFunc(){} class FeatureTestCase (line 8) | class FeatureTestCase method featureTestFunc (line 10) | public function featureTestFunc(){} class SomeBaseTrait (line 13) | class SomeBaseTrait method someBaseTraitFunc (line 15) | public function someBaseTraitFunc(){} FILE: src/test/resources/com/pestphp/pest/configuration/pest/tests/Unit/PestExtendUnitTest.php class SomeTrait (line 3) | class SomeTrait { method traitFunc (line 4) | public function traitFunc(){} FILE: src/test/resources/com/pestphp/pest/configuration/uses/Pest.php class BaseTestCase (line 3) | class BaseTestCase method baseTestFunc (line 5) | public function baseTestFunc(){} class FeatureTestCase (line 8) | class FeatureTestCase method featureTestFunc (line 10) | public function featureTestFunc(){} class SomeBaseTrait (line 13) | class SomeBaseTrait method someBaseTraitFunc (line 15) | public function someBaseTraitFunc(){} FILE: src/test/resources/com/pestphp/pest/configuration/uses/Unit/UsesUnitTest.php class SomeTrait (line 3) | class SomeTrait { method traitFunc (line 4) | public function traitFunc(){} FILE: src/test/resources/com/pestphp/pest/customExpectations/CustomUserExpectation.php class User (line 5) | class User { FILE: src/test/resources/com/pestphp/pest/customExpectations/generators/ExpectationGenerator/GeneratedWithMethod.php class Expectation (line 8) | final class Expectation {} FILE: src/test/resources/com/pestphp/pest/generateTest/testWithNamespace.php class A (line 3) | class A { method foo (line 4) | function foo(): int { FILE: src/test/resources/com/pestphp/pest/goto/PestTestFinder/App/User.php class User (line 5) | class User { method getName (line 6) | public function getName(): String method isPestDeveloper (line 11) | public function isPestDeveloper(): bool method isPest (line 16) | public function isPest(): bool method is (line 21) | public function is(): bool FILE: src/test/resources/com/pestphp/pest/goto/PestTestFinder/test/App/MockTest.php class Mock (line 5) | class Mock { method getMock (line 6) | public function getMock() { FILE: src/test/resources/com/pestphp/pest/higherOrderExpectations/ExpectMethodAssertionCompletion.php class Example (line 3) | class Example { method getTest (line 4) | public function getTest(): string method getOtherExample (line 9) | public function getOtherExample(): string FILE: src/test/resources/com/pestphp/pest/higherOrderExpectations/ExpectMethodAssertionCompletionChained.php class Example (line 3) | class Example { method getDate (line 4) | public function getDate(): DateTime FILE: src/test/resources/com/pestphp/pest/higherOrderExpectations/ExpectMethodAssertionCompletionChainedAssertions.php class Example (line 3) | class Example { method getTest (line 4) | public function getTest(): string method getOtherExample (line 9) | public function getOtherExample(): string FILE: src/test/resources/com/pestphp/pest/higherOrderExpectations/ExpectMethodCompletion.php class Example (line 3) | class Example { method getTest (line 4) | public function getTest(): string method getOtherExample (line 9) | public function getOtherExample(): string FILE: src/test/resources/com/pestphp/pest/higherOrderExpectations/ExpectMethodCompletionChained.php class Chained (line 3) | class Chained method getTimestamp (line 5) | public function getTimestamp() class Example (line 10) | class Example method getDate (line 12) | public function getDate(): Chained FILE: src/test/resources/com/pestphp/pest/higherOrderExpectations/ExpectMethodCompletionChainedAssertions.php class Example (line 3) | class Example { method getTest (line 4) | public function getTest(): string method getOtherExample (line 9) | public function getOtherExample(): string FILE: src/test/resources/com/pestphp/pest/higherOrderExpectations/ExpectPropertyAssertionCompletion.php class Example (line 3) | class Example { FILE: src/test/resources/com/pestphp/pest/higherOrderExpectations/ExpectPropertyAssertionCompletionChained.php class Example (line 3) | class Example { method __construct (line 6) | public function __construct() FILE: src/test/resources/com/pestphp/pest/higherOrderExpectations/ExpectPropertyAssertionCompletionChainedAssertions.php class Example (line 3) | class Example { FILE: src/test/resources/com/pestphp/pest/higherOrderExpectations/ExpectPropertyCompletion.php class Example (line 3) | class Example { FILE: src/test/resources/com/pestphp/pest/higherOrderExpectations/ExpectPropertyCompletionChained.php class Chained (line 3) | class Chained method getTimestamp (line 5) | public function getTimestamp() class Example (line 10) | class Example { method __construct (line 13) | public function __construct() FILE: src/test/resources/com/pestphp/pest/higherOrderExpectations/ExpectPropertyCompletionChainedAssertions.php class Example (line 3) | class Example { FILE: src/test/resources/com/pestphp/pest/higherOrderExpectations/stubs.php function expect (line 5) | function expect($value = null) class Expectation (line 20) | final class Expectation method __construct (line 50) | public function __construct($value) method and (line 62) | public function and($value): Expectation method json (line 70) | public function json(): Expectation method dd (line 82) | public function dd(...$arguments): void method ray (line 98) | public function ray(...$arguments): self method not (line 110) | public function not(): OppositeExpectation method each (line 118) | public function each(callable $callback = null): Each method sequence (line 140) | public function sequence(...$callbacks): Expectation method match (line 182) | public function match($subject, array $expressions): Expectation method unless (line 224) | public function unless($condition, callable $callback): Expectation method when (line 241) | public function when($condition, callable $callback): Expectation method toBe (line 263) | public function toBe($expected): Expectation method toBeEmpty (line 273) | public function toBeEmpty(): Expectation method toBeTrue (line 283) | public function toBeTrue(): Expectation method toBeTruthy (line 293) | public function toBeTruthy(): Expectation method toBeFalse (line 303) | public function toBeFalse(): Expectation method toBeFalsy (line 313) | public function toBeFalsy(): Expectation method toBeGreaterThan (line 325) | public function toBeGreaterThan($expected): Expectation method toBeGreaterThanOrEqual (line 337) | public function toBeGreaterThanOrEqual($expected): Expectation method toBeLessThan (line 349) | public function toBeLessThan($expected): Expectation method toBeLessThanOrEqual (line 361) | public function toBeLessThanOrEqual($expected): Expectation method toContain (line 373) | public function toContain(...$needles): Expectation method toStartWith (line 389) | public function toStartWith(string $expected): Expectation method toEndWith (line 399) | public function toEndWith(string $expected): Expectation method toHaveLength (line 409) | public function toHaveLength(int $number): Expectation method toHaveCount (line 439) | public function toHaveCount(int $count): Expectation method toHaveProperty (line 451) | public function toHaveProperty(string $name, $value = null): Expectation method toHaveProperties (line 470) | public function toHaveProperties(iterable $names): Expectation method toEqual (line 484) | public function toEqual($expected): Expectation method toEqualCanonicalizing (line 502) | public function toEqualCanonicalizing($expected): Expectation method toEqualWithDelta (line 515) | public function toEqualWithDelta($expected, float $delta): Expectation method toBeIn (line 527) | public function toBeIn(iterable $values): Expectation method toBeInfinite (line 537) | public function toBeInfinite(): Expectation method toBeInstanceOf (line 549) | public function toBeInstanceOf($class): Expectation method toBeArray (line 560) | public function toBeArray(): Expectation method toBeBool (line 570) | public function toBeBool(): Expectation method toBeCallable (line 580) | public function toBeCallable(): Expectation method toBeFloat (line 590) | public function toBeFloat(): Expectation method toBeInt (line 600) | public function toBeInt(): Expectation method toBeIterable (line 610) | public function toBeIterable(): Expectation method toBeNumeric (line 620) | public function toBeNumeric(): Expectation method toBeObject (line 630) | public function toBeObject(): Expectation method toBeResource (line 640) | public function toBeResource(): Expectation method toBeScalar (line 650) | public function toBeScalar(): Expectation method toBeString (line 660) | public function toBeString(): Expectation method toBeJson (line 670) | public function toBeJson(): Expectation method toBeNan (line 681) | public function toBeNan(): Expectation method toBeNull (line 691) | public function toBeNull(): Expectation method toHaveKey (line 704) | public function toHaveKey($key, $value = null): Expectation method toHaveKeys (line 732) | public function toHaveKeys(array $keys): Expectation method toBeDirectory (line 744) | public function toBeDirectory(): Expectation method toBeReadableDirectory (line 754) | public function toBeReadableDirectory(): Expectation method toBeWritableDirectory (line 764) | public function toBeWritableDirectory(): Expectation method toBeFile (line 774) | public function toBeFile(): Expectation method toBeReadableFile (line 784) | public function toBeReadableFile(): Expectation method toBeWritableFile (line 794) | public function toBeWritableFile(): Expectation method toMatchArray (line 806) | public function toMatchArray($array): Expectation method toMatchObject (line 837) | public function toMatchObject($object): Expectation method toMatch (line 861) | public function toMatch(string $expression): Expectation method toMatchConstraint (line 871) | public function toMatchConstraint(Constraint $constraint): Expectation method toThrow (line 883) | public function toThrow($exception, string $exceptionMessage = null): ... method export (line 933) | private function export($value): string method __call (line 950) | public function __call(string $method, array $parameters) method __get (line 966) | public function __get(string $name) FILE: src/test/resources/com/pestphp/pest/inspections/pestTestFailedLine/AnonymousFunction.php function myAssert (line 10) | function myAssert(callable $a) { FILE: src/test/resources/com/pestphp/pest/inspections/pestTestFailedLine/LambdaFunction.php function myAssert (line 9) | function myAssert(callable $a) { FILE: src/test/resources/com/pestphp/pest/inspections/pestTestFailedLine/SingleLeafElementReported.php function myAssert (line 11) | function myAssert(callable $a) { FILE: src/test/resources/com/pestphp/pest/inspections/phpstorm/MultipleClassesDeclarationsInPestFileTest.php class TestingClass (line 8) | class TestingClass { class AnotherTestingClass (line 12) | class AnotherTestingClass { FILE: src/test/resources/com/pestphp/pest/runner/pestTestStacktraceParser/Multiline.php function foo (line 7) | function foo() { function boo (line 11) | function boo() { FILE: src/test/resources/com/pestphp/pest/stubs.php class TestCall (line 7) | class TestCall { method with (line 8) | public function with(Closure|iterable|string ...$data): self function test (line 12) | function test(?string $description = null, ?Closure $closure = null): Hi... function it (line 16) | function it(string $description, ?Closure $closure = null): TestCall function describe (line 20) | function describe(string $description, $tests): TestCall function expect (line 24) | function expect($value = null) class Expectation (line 35) | final class Expectation method __construct (line 42) | public function __construct($value) method and (line 52) | public function and($value): Expectation method not (line 60) | public function not(): Expectation method toBe (line 72) | public function toBe($expected): Expectation method toBeEmpty (line 82) | public function toBeEmpty(): Expectation method toBeTrue (line 92) | public function toBeTrue(): Expectation method toBeFalse (line 102) | public function toBeFalse(): Expectation method toBeGreaterThan (line 114) | public function toBeGreaterThan($expected): Expectation method toBeGreaterThanOrEqual (line 126) | public function toBeGreaterThanOrEqual($expected): Expectation method toBeLessThan (line 138) | public function toBeLessThan($expected): Expectation method toBeLessThanOrEqual (line 150) | public function toBeLessThanOrEqual($expected): Expectation method toContain (line 162) | public function toContain($needle): Expectation method toStartWith (line 176) | public function toStartWith(string $expected): Expectation method toEndWith (line 186) | public function toEndWith(string $expected): Expectation method toHaveCount (line 196) | public function toHaveCount(int $count): Expectation method toHaveProperty (line 208) | public function toHaveProperty(string $name, $value = null): Expectation method toEqual (line 227) | public function toEqual($expected): Expectation method toEqualCanonicalizing (line 245) | public function toEqualCanonicalizing($expected): Expectation method toEqualWithDelta (line 258) | public function toEqualWithDelta($expected, float $delta): Expectation method toBeInfinite (line 268) | public function toBeInfinite(): Expectation method toBeInstanceOf (line 280) | public function toBeInstanceOf($class): Expectation method toBeArray (line 291) | public function toBeArray(): Expectation method toBeBool (line 301) | public function toBeBool(): Expectation method toBeCallable (line 311) | public function toBeCallable(): Expectation method toBeFloat (line 321) | public function toBeFloat(): Expectation method toBeInt (line 331) | public function toBeInt(): Expectation method toBeIterable (line 341) | public function toBeIterable(): Expectation method toBeNumeric (line 351) | public function toBeNumeric(): Expectation method toBeObject (line 361) | public function toBeObject(): Expectation method toBeResource (line 371) | public function toBeResource(): Expectation method toBeScalar (line 381) | public function toBeScalar(): Expectation method toBeString (line 391) | public function toBeString(): Expectation method toBeJson (line 401) | public function toBeJson(): Expectation method toBeNan (line 412) | public function toBeNan(): Expectation method toBeNull (line 422) | public function toBeNull(): Expectation method toHaveKey (line 435) | public function toHaveKey($key, $value = null): Expectation method toHaveKeys (line 457) | public function toHaveKeys(array $keys): Expectation method toBeDirectory (line 469) | public function toBeDirectory(): Expectation method toBeReadableDirectory (line 479) | public function toBeReadableDirectory(): Expectation method toBeWritableDirectory (line 489) | public function toBeWritableDirectory(): Expectation method toBeFile (line 499) | public function toBeFile(): Expectation method toBeReadableFile (line 509) | public function toBeReadableFile(): Expectation method toBeWritableFile (line 519) | public function toBeWritableFile(): Expectation method toMatchArray (line 531) | public function toMatchArray($array): Expectation method toMatchObject (line 562) | public function toMatchObject($object): Expectation method toMatch (line 586) | public function toMatch(string $expression): Expectation method toMatchConstraint (line 596) | public function toMatchConstraint(Constraint $constraint): Expectation method export (line 608) | private function export($value): string method __get (line 622) | public function __get(string $name) FILE: src/test/resources/com/pestphp/pest/types/TestCase.php class TestCase (line 5) | abstract class TestCase { method expectException (line 11) | public function expectException($exception) {} method expectExceptionCode (line 16) | public function expectExceptionCode($code){} method someProtectedMethod (line 18) | protected function someProtectedMethod(){} method someStaticMethod (line 20) | public static function someStaticMethod(){} FILE: src/test/resources/com/pestphp/pest/types/thisField/afterEach.php class Foo (line 3) | class Foo { method b (line 6) | public function b(){} FILE: src/test/resources/com/pestphp/pest/types/thisField/afterEachNamespace.php class Foo (line 5) | class Foo { method b (line 8) | public function b(){} FILE: src/test/resources/com/pestphp/pest/types/thisField/beforeEach.php class Foo (line 3) | class Foo { method b (line 6) | public function b(){} FILE: src/test/resources/com/pestphp/pest/types/thisField/beforeEachNamespace.php class Foo (line 5) | class Foo { method b (line 8) | public function b(){} FILE: src/test/resources/com/pestphp/pest/utilTests/ClassNameResolutionInNamespaceTest.php class B (line 4) | class B { FILE: src/test/resources/com/pestphp/pest/utilTests/ClassNameResolutionTest.php class A (line 3) | class A {