25 calls to Assert::assertFileExists()
- Assert::assertFileEquals in vendor/
phpunit/ phpunit/ src/ Framework/ Assert.php - Asserts that the contents of one file is equal to the contents of another file.
- Assert::assertFileEqualsCanonicalizing in vendor/
phpunit/ phpunit/ src/ Framework/ Assert.php - Asserts that the contents of one file is equal to the contents of another file (canonicalizing).
- Assert::assertFileEqualsIgnoringCase in vendor/
phpunit/ phpunit/ src/ Framework/ Assert.php - Asserts that the contents of one file is equal to the contents of another file (ignoring case).
- Assert::assertFileIsNotReadable in vendor/
phpunit/ phpunit/ src/ Framework/ Assert.php - Asserts that a file exists and is not readable.
- Assert::assertFileIsNotWritable in vendor/
phpunit/ phpunit/ src/ Framework/ Assert.php - Asserts that a file exists and is not writable.
- Assert::assertFileIsReadable in vendor/
phpunit/ phpunit/ src/ Framework/ Assert.php - Asserts that a file exists and is readable.
- Assert::assertFileIsWritable in vendor/
phpunit/ phpunit/ src/ Framework/ Assert.php - Asserts that a file exists and is writable.
- Assert::assertFileMatchesFormat in vendor/
phpunit/ phpunit/ src/ Framework/ Assert.php - Asserts that a string matches a given format string.
- Assert::assertFileMatchesFormatFile in vendor/
phpunit/ phpunit/ src/ Framework/ Assert.php - Asserts that a string matches a given format string.
- Assert::assertFileNotEquals in vendor/
phpunit/ phpunit/ src/ Framework/ Assert.php - Asserts that the contents of one file is not equal to the contents of another file.
- Assert::assertFileNotEqualsCanonicalizing in vendor/
phpunit/ phpunit/ src/ Framework/ Assert.php - Asserts that the contents of one file is not equal to the contents of another file (canonicalizing).
- Assert::assertFileNotEqualsIgnoringCase in vendor/
phpunit/ phpunit/ src/ Framework/ Assert.php - Asserts that the contents of one file is not equal to the contents of another file (ignoring case).
- Assert::assertJsonFileEqualsJsonFile in vendor/
phpunit/ phpunit/ src/ Framework/ Assert.php - Asserts that two JSON files are equal.
- Assert::assertJsonFileNotEqualsJsonFile in vendor/
phpunit/ phpunit/ src/ Framework/ Assert.php - Asserts that two JSON files are not equal.
- Assert::assertJsonStringEqualsJsonFile in vendor/
phpunit/ phpunit/ src/ Framework/ Assert.php - Asserts that the generated JSON encoded object and the content of the given file are equal.
- Assert::assertJsonStringNotEqualsJsonFile in vendor/
phpunit/ phpunit/ src/ Framework/ Assert.php - Asserts that the generated JSON encoded object and the content of the given file are not equal.
- Assert::assertStringEqualsFile in vendor/
phpunit/ phpunit/ src/ Framework/ Assert.php - Asserts that the contents of a string is equal to the contents of a file.
- Assert::assertStringEqualsFileCanonicalizing in vendor/
phpunit/ phpunit/ src/ Framework/ Assert.php - Asserts that the contents of a string is equal to the contents of a file (canonicalizing).
- Assert::assertStringEqualsFileIgnoringCase in vendor/
phpunit/ phpunit/ src/ Framework/ Assert.php - Asserts that the contents of a string is equal to the contents of a file (ignoring case).
- Assert::assertStringMatchesFormatFile in vendor/
phpunit/ phpunit/ src/ Framework/ Assert.php - Asserts that a string matches a given format file.
- Assert::assertStringNotEqualsFile in vendor/
phpunit/ phpunit/ src/ Framework/ Assert.php - Asserts that the contents of a string is not equal to the contents of a file.
- Assert::assertStringNotEqualsFileCanonicalizing in vendor/
phpunit/ phpunit/ src/ Framework/ Assert.php - Asserts that the contents of a string is not equal to the contents of a file (canonicalizing).
- Assert::assertStringNotEqualsFileIgnoringCase in vendor/
phpunit/ phpunit/ src/ Framework/ Assert.php - Asserts that the contents of a string is not equal to the contents of a file (ignoring case).
- Assert::assertStringNotMatchesFormatFile in vendor/
phpunit/ phpunit/ src/ Framework/ Assert.php - Asserts that a string does not match a given format string.
- Functions.php in vendor/
phpunit/ phpunit/ src/ Framework/ Assert/ Functions.php