mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 15:57:21 +01:00
Add Initial teamcity support
This commit is contained in:
11
tests/.tests/SuccessOnly.php
Normal file
11
tests/.tests/SuccessOnly.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
it('can pass with comparison', function () {
|
||||
expect(true)->toEqual(true);
|
||||
});
|
||||
|
||||
test('can also pass', function () {
|
||||
expect("string")->toBeString();
|
||||
});
|
||||
Reference in New Issue
Block a user