Home
last modified time | relevance | path

Searched refs:method (Results 551 – 575 of 972) sorted by path

1...<<21222324252627282930>>...39

/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/
H A Dreturn_type_declarations_self.phpt67 public function method()
71 return call_user_func_array(array($expects, 'method'), func_get_args());
H A Dreturn_type_declarations_static_method.phpt45 …throw new PHPUnit_Framework_MockObject_BadMethodCallException('Static method "bar" cannot be invok…
53 public function method()
57 return call_user_func_array(array($expects, 'method'), func_get_args());
H A Dreturn_type_declarations_void.phpt65 public function method()
69 return call_user_func_array(array($expects, 'method'), func_get_args());
H A Dscalar_type_declarations.phpt69 public function method()
73 return call_user_func_array(array($expects, 'method'), func_get_args());
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Matcher/
H A DConsecutiveParametersTest.php11 ->method('foo')
28 ->method('foo')
44 ->method('foo')
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/
H A Dclass_with_deprecated_method.phpt8 * @deprecated this method
44 …gger_error('The ClassWithDeprecatedMethod::deprecatedMethod method is deprecated (this method is d…
71 public function method()
75 return call_user_func_array(array($expects, 'method'), func_get_args());
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/
H A DMockObjectTest.php19 ->method('doSomething');
28 ->method('doSomething')
550 ->method('foo')
568 ->method('foo')
701 ->method('right')
745 ->method('right')
768 ->method('right')
821 ->method('bar')
842 ->method('bar')
871 ->method('bar')
[all …]
H A DProxyObjectTest.php20 ->method('doSomethingElse');
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestCase.php900 foreach ($hookMethods['beforeClass'] as $method) {
901 $this->$method();
908 foreach ($hookMethods['before'] as $method) {
909 $this->$method();
956 foreach ($hookMethods['after'] as $method) {
957 $this->$method();
961 foreach ($hookMethods['afterClass'] as $method) {
962 $this->$method();
1052 $method = $class->getMethod($this->name);
1483 foreach ($configuration as $method => $return) {
[all …]
H A DTestSuite.php175 $this->addTestMethod($theClass, $method);
266 $method = $testClass->getMethod(
270 if ($method->isStatic()) {
359 $method = $class->getMethod(
363 if ($method->isStatic()) {
836 * @param ReflectionMethod $method
840 if (!$this->isTestMethod($method)) {
844 $name = $method->getName();
846 if (!$method->isPublic()) {
876 * @param ReflectionMethod $method
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Runner/
H A DStandardTestSuiteLoader.php75 $method = $class->getMethod('suite');
77 if (!$method->isAbstract() &&
78 $method->isPublic() &&
79 $method->isStatic()) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/Log/
H A DJUnit.php333 $method = $class->getMethod($test->getName());
337 $testCase->setAttribute('line', $method->getStartLine());
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DTest.php562 $code = file($method->getFileName());
563 $lineNumber = $method->getStartLine();
564 $startLine = $method->getStartLine() - 1;
565 $endLine = $method->getEndLine() - 1;
956 foreach ($methods as $method) {
1061 * @param ReflectionMethod $method
1067 return $method->isStatic() && strpos($method->getDocComment(), '@beforeClass') !== false;
1071 * @param ReflectionMethod $method
1081 * @param ReflectionMethod $method
1087 return $method->isStatic() && strpos($method->getDocComment(), '@afterClass') !== false;
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Extensions/
H A DPhptTestCaseTest.php85 ->method('runJob')
104 ->method('runJob')
123 ->method('runJob')
142 ->method('runJob')
201 ->method('runJob')
216 ->method('runJob')
231 ->method('runJob')
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/2366/
H A DIssue2366Test.php23 $o->method('foo')->willReturn(1);
/plugin/findologicxmlexport/vendor/sebastian/code-unit-reverse-lookup/
H A DREADME.md3 Looks up which function or method a line of code belongs to.
/plugin/findologicxmlexport/vendor/sebastian/code-unit-reverse-lookup/src/
H A DWizard.php67 foreach ($reflector->getMethods() as $method) {
68 $this->processFunctionOrMethod($method);
/plugin/findologicxmlexport/vendor/sebastian/global-state/tests/
H A DSnapshotTest.php24 $blacklist->method('isStaticAttributeBlacklisted')->willReturnCallback(function ($class) {
/plugin/findologicxmlexport/vendor/sebastian/version/
H A DREADME.md22 Apart from the constructor, the `SebastianBergmann\Version` class has a single public method: `getV…
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DCHANGELOG.md25 * the `Dumper::setIndentation()` method has been removed
42 … added support for parsing YAML files using the `Yaml::parseFile()` or `Parser::parseFile()` method
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsTypeTransfers.yml55 explicit !!str method.
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Ddate.rst24 Internally, Twig uses the PHP ``DateTime::diff()`` method for calculating the
/plugin/findologicxmlexport/vendor/twig/extensions/test/Twig/Tests/Extension/
H A DDateTest.php65 ->method('transChoice')
H A DTextTest.php24 ->method('getCharset')
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG24 __toString() method on an object was possible even if not allowed by the
123 * fixed edge case in the method cache for Twig attributes
134 * "empty" test will now consider the return value of the __toString() method for
408 * fixed the C extension sandbox behavior when get or set is prepend to method name
696 * moved all node manipulations outside the compile() Node method
753 * fixed method case-sensitivity when using the sandbox mode
840 * fixed usage of operators as method names (like is, in, and not)
917 * fixed type hinting for Twig_Environment::addFilter() method
931 * removed the Twig_Resource::resolveMissingFilter() method
1054 * made Twig_Autoloader::autoload() a static method
[all …]

1...<<21222324252627282930>>...39