1 | <?php |
||
8 | class ConsoleLoaderSpec extends ObjectBehavior |
||
9 | { |
||
10 | function let(Table $table) |
||
14 | |||
15 | function it_is_initializable() |
||
19 | |||
20 | function it_implements_loader_interface() |
||
24 | |||
25 | function it_loads_data_in_console_using_table_helper(Table $table) |
||
31 | |||
32 | function it_renders_data_in_console_on_flush(Table $table) |
||
38 | } |
||
39 |