Home
last modified time | relevance | path

Searched refs:TestCase (Results 1 – 25 of 191) sorted by path

12345678

/plugin/aichat/vendor/mehrab-wj/tiktoken-php/tests/
H A DEncoderTest.php5 use PHPUnit\Framework\TestCase; alias
7 class EncoderTest extends TestCase
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseRules/
H A DTestCase.php20 class TestCase extends \Google\Collection class
133 class_alias(TestCase::class, 'Google_Service_FirebaseRules_TestCase');
H A DTestSuite.php23 protected $testCasesType = TestCase::class;
27 * @param TestCase[]
34 * @return TestCase[]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ToolResults/
H A DListTestCasesResponse.php27 protected $testCasesType = TestCase::class;
45 * @param TestCase[]
52 * @return TestCase[]
H A DTestCase.php20 class TestCase extends \Google\Collection class
177 class_alias(TestCase::class, 'Google_Service_ToolResults_TestCase');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ToolResults/Resource/
H A DProjectsHistoriesExecutionsStepsTestCases.php21 use Google\Service\ToolResults\TestCase; alias
47 * @return TestCase
53 return $this->call('get', [$params], TestCase::class);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Test/
H A DTestCase.php26 class TestCase extends \PHPUnit\Framework\TestCase class
/plugin/authgooglesheets/vendor/psr/log/Psr/Log/Test/
H A DLoggerInterfaceTest.php7 use PHPUnit\Framework\TestCase; alias
15 abstract class LoggerInterfaceTest extends TestCase
/plugin/barcodes/tests/
H A DColorTest.php22 use PHPUnit\Framework\TestCase; alias
24 class ColorTest extends TestCase
/plugin/combo/vendor/salesforce/handlebars-php/tests/Handlebars/
H A DHandlebarsTest.php6 class HandlebarsTest extends PHPUnit\Framework\TestCase
/plugin/davcal/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerTester.php14 abstract class BrokerTester extends \Sabre\VObject\TestCase {
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DTestCase.php5 class TestCase extends \PHPUnit_Framework_TestCase { class
H A DVCardConverterTest.php5 class VCardConverterTest extends TestCase {
/plugin/davcard/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerTester.php14 abstract class BrokerTester extends \Sabre\VObject\TestCase {
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DTestCase.php5 class TestCase extends \PHPUnit_Framework_TestCase { class
H A DVCardConverterTest.php5 class VCardConverterTest extends TestCase {
/plugin/dw2pdf/vendor/psr/log/Psr/Log/Test/
H A DLoggerInterfaceTest.php7 use PHPUnit\Framework\TestCase; alias
15 abstract class LoggerInterfaceTest extends TestCase
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DCHANGELOG.md364 - [TEST] use proper TestCase parent clsas [[766b440]](http://github.com/elasticsearch/elasticsearch-php/commit/766b440)
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DAppendStreamTest.php7 use PHPUnit\Framework\TestCase; alias
9 class AppendStreamTest extends TestCase
H A DAsyncReadStreamTest.php9 use PHPUnit\Framework\TestCase; alias
12 class AsyncReadStreamTest extends TestCase
H A DBufferStreamTest.php6 use PHPUnit\Framework\TestCase; alias
8 class BufferStreamTest extends TestCase
H A DCachingStreamTest.php7 use PHPUnit\Framework\TestCase; alias
14 class CachingStreamTest extends TestCase
H A DDroppingStreamTest.php6 use PHPUnit\Framework\TestCase; alias
8 class DroppingStreamTest extends TestCase
H A DFnStreamTest.php7 use PHPUnit\Framework\TestCase; alias
12 class FnStreamTest extends TestCase
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/Exception/
H A DSeekExceptionTest.php6 use PHPUnit\Framework\TestCase; alias
8 class SeekExceptionTest extends TestCase

12345678