mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-24 23:28:40 +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
|
||||
{
|
||||
self::assertEquals(
|
||||
[0, 1, 2, 3],
|
||||
[2, 3, 1, 0],
|
||||
DependencyResolver::resolve([0 => [1, 2], 1 => [2, 3], 2 => [], 3 => []])
|
||||
);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,13 +1,11 @@
|
|||
```mermaid
|
||||
sequenceDiagram
|
||||
<div class="mermaid">sequenceDiagram
|
||||
participant Alice
|
||||
participant Bob
|
||||
Alice->>John: Hello John, how are you?
|
||||
Alice->>John: Hello John, how are you?
|
||||
loop Healthcheck
|
||||
John->>John: Fight against hypochondria
|
||||
John->>John: Fight against hypochondria
|
||||
end
|
||||
Note right of John: Rational thoughts<br/>prevail...
|
||||
John-->>Alice: Great!
|
||||
John->>Bob: How about you?
|
||||
Bob-->>John: Jolly good!
|
||||
```
|
||||
Note right of John: Rational thoughts<br/>prevail...
|
||||
John-->>Alice: Great!
|
||||
John->>Bob: How about you?
|
||||
Bob-->>John: Jolly good!</div>
|
||||
Loading…
Reference in New Issue
Block a user