https://github.com/puzzle-org/assert
Assertions for PHPUnit
https://github.com/puzzle-org/assert
assertions library php phpunit tests unittest
Last synced: about 1 month ago
JSON representation
Assertions for PHPUnit
- Host: GitHub
- URL: https://github.com/puzzle-org/assert
- Owner: puzzle-org
- License: mit
- Created: 2017-03-09T15:17:55.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-19T13:47:41.000Z (about 7 years ago)
- Last Synced: 2025-03-14T09:38:35.880Z (about 2 months ago)
- Topics: assertions, library, php, phpunit, tests, unittest
- Language: PHP
- Homepage:
- Size: 956 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Puzzle Assert 
=============Assertions for PHPUnit
QA
--[](https://insight.sensiolabs.com/projects/c22e1773-23cb-431c-bf22-78be3046cb1d)
Service | Result
--- | ---
**Travis CI** (PHP 5.6 .. 7.1) | [](https://travis-ci.org/puzzle-org/assert)
**Scrutinizer** | [](https://scrutinizer-ci.com/g/puzzle-org/assert/?branch=master)
**Code coverage** | [](https://codecov.io/gh/puzzle-org/assert)
**Packagist** | [](https://packagist.org/packages/puzzle/assert) [](https://packagist.org/packages/puzzle/assert)Example
-------```php
assertSameArrayExceptOrder([1, 2, 3, 4], $result);
}
}
```Changelog
---------No BC breaks yet