mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-14 07:28:41 +00:00
fix tests
This commit is contained in:
parent
b871ba283c
commit
61253e92b4
|
|
@ -44,7 +44,7 @@ final class DependencyResolverTest extends \PHPUnit\Framework\TestCase
|
||||||
public function testResolve() : void
|
public function testResolve() : void
|
||||||
{
|
{
|
||||||
self::assertEquals(
|
self::assertEquals(
|
||||||
[0, 1, 2, 3],
|
[2, 3, 1, 0],
|
||||||
DependencyResolver::resolve([0 => [1, 2], 1 => [2, 3], 2 => [], 3 => []])
|
DependencyResolver::resolve([0 => [1, 2], 1 => [2, 3], 2 => [], 3 => []])
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,13 +1,11 @@
|
||||||
```mermaid
|
<div class="mermaid">sequenceDiagram
|
||||||
sequenceDiagram
|
|
||||||
participant Alice
|
participant Alice
|
||||||
participant Bob
|
participant Bob
|
||||||
Alice->>John: Hello John, how are you?
|
Alice->>John: Hello John, how are you?
|
||||||
loop Healthcheck
|
loop Healthcheck
|
||||||
John->>John: Fight against hypochondria
|
John->>John: Fight against hypochondria
|
||||||
end
|
end
|
||||||
Note right of John: Rational thoughts<br/>prevail...
|
Note right of John: Rational thoughts<br/>prevail...
|
||||||
John-->>Alice: Great!
|
John-->>Alice: Great!
|
||||||
John->>Bob: How about you?
|
John->>Bob: How about you?
|
||||||
Bob-->>John: Jolly good!
|
Bob-->>John: Jolly good!</div>
|
||||||
```
|
|
||||||
Loading…
Reference in New Issue
Block a user