mirror of
https://github.com/danog/amp.git
synced 2024-11-27 04:24:42 +01:00
10 lines
168 B
PHP
10 lines
168 B
PHP
|
<?php
|
||
|
|
||
|
namespace Amp\Test;
|
||
|
|
||
|
class PlaceholderPublicTest extends PlaceholderTest {
|
||
|
protected function getPromisor() {
|
||
|
return new PromisorPublicImpl;
|
||
|
}
|
||
|
}
|