Tutorials
Courses
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
36.8K+ articles
DSA
21.3K+ articles
Python
21.3K+ articles
Experiences
16.6K+ articles
Interview Experiences
14.2K+ articles
JavaScript
11.6K+ articles
Misc
8.4K+ articles
PHP
3.9K+ articles
PHP-function
2.3K+ articles
C/C++ Puzzles
168+ articles
PHP-PHPUnit
91 posts
Recent Articles
Popular Articles
PHPUnit assertFileNotExists() Function
Last Updated: 18 August 2020
The assertFileNotExists() function is a builtin function in PHPUnit and is used to assert whether a file exists at a given path or not. This assertion will return true in ...
read more
Web Technologies
PHP
PHP-PHPUnit
PHPUnit assertFileExists() Function
Last Updated: 18 August 2020
The assertFileExists() function is a builtin function in PHPUnit and is used to check whether an file path exists or not. This assertion will return true in the case if gi...
read more
Web Technologies
PHP
PHP-PHPUnit
PHPUnit assertFileNotEquals() Function
Last Updated: 18 August 2020
The assertFileNotEquals() function is a builtin function in PHPUnit and is used to assert whether the actual file content is different from expected file content or not. T...
read more
Web Technologies
PHP
PHP-PHPUnit
PHPUnit assertFileEquals() Function
Last Updated: 17 August 2020
The assertFileEquals() function is a builtin function in PHPUnit and is used to assert whether the actual file content is exactly the same as the content of the expected f...
read more
Web Technologies
PHP
PHP-PHPUnit
PHPUnit assertNotEqualsIgnoringCase() Function
Last Updated: 17 August 2020
The assertNotEqualsIgnoringCase() function is a builtin function in PHPUnit and is used to assert whether the expected string is not equal to actual string but ignoring th...
read more
Web Technologies
PHP
PHP-PHPUnit
PHPUnit assertEqualsIgnoringCase() Function
Last Updated: 17 August 2020
The assertEqualsIgnoringCase() function is a builtin function in PHPUnit and is used to check whether the expected string is equal to actual string ignoring the string-cas...
read more
Web Technologies
PHP
PHP-PHPUnit
PHPUnit assertGreaterThan() function
Last Updated: 07 August 2020
The assertGreaterThan() function is a builtin function in PHPUnit and is used to assert whether the actual value is greater than the expected value or not. This assertion ...
read more
Web Technologies
PHP
PHP-PHPUnit
PHPUnit assertXmlFileEqualsXmlFile() Function
Last Updated: 09 August 2020
The assertXmlFileEqualsXmlFile() function is a builtin function in PHPUnit and is used to assert whether the actual XML file Content is equals to expected XML file content...
read more
Web Technologies
PHP
PHP-PHPUnit
PHPUnit assertXmlFileNotEqualsXmlFile() Function
Last Updated: 09 August 2020
The assertXmlFileNotEqualsXmlFile() function is a builtin function in PHPUnit and is used to assert whether the actual XML file Content is not equals to expected XML file ...
read more
Web Technologies
PHP
PHP-PHPUnit
PHPUnit assertXmlStringEqualsXmlFile() Function
Last Updated: 13 August 2020
The assertXmlStringEqualsXmlFile() function is a builtin function in PHPUnit and is used to assert whether the actual XML file Content is equals to expected XML string or ...
read more
Web Technologies
PHP
PHP-PHPUnit
PHPUnit assertXmlStringNotEqualsXmlFile() Function
Last Updated: 13 August 2020
The assertXmlStringNotEqualsXmlFile() function is a builtin function in PHPUnit and is used to assert whether the actual XML file Content is not equals to expected XML str...
read more
Web Technologies
PHP
PHP-PHPUnit
PHPUnit assertXmlStringEqualsXmlString() Function
Last Updated: 13 August 2020
The assertXmlStringEqualsXmlString() function is a builtin function in PHPUnit and is used to assert whether the actual XML string equals to expected XML string or not. Th...
read more
Web Technologies
PHP
PHP-PHPUnit
PHPUnit assertXmlStringNotEqualsXmlString() Function
Last Updated: 13 August 2020
The assertXmlStringNotEqualsXmlString() function is a builtin function in PHPUnit and is used to assert whether the actual XML string is not equals to expected XML string....
read more
Web Technologies
PHP
PHP-PHPUnit
PHPUnit assertStringMatchesFormat() Function
Last Updated: 10 January 2022
The assertStringMatchesFormat() function is a builtin function in PHPUnit and is used to assert whether the given string is matched with the format or not. This assertion...
read more
Web Technologies
PHP
PHP-PHPUnit
PHPUnit assertStringNotMatchesFormat() Function
Last Updated: 06 January 2022
The assertStringNotMatchesFormat() function is a builtin function in PHPUnit and is used to assert whether the difference between the given string and given format. This a...
read more
Web Technologies
PHP
PHP-PHPUnit
1
2
3
4
5
6
7
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !